Skip to content

Commit

Permalink
Fix bundler error
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanZeigler committed Feb 29, 2020
1 parent bab3f8c commit 0627829
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Empty file added .env
Empty file.
19 changes: 19 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ GEM
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
bcrypt (3.1.13)
bindex (0.8.1)
bootsnap (1.4.6)
msgpack (~> 1.0)
Expand All @@ -74,6 +75,16 @@ GEM
childprocess (3.0.0)
concurrent-ruby (1.1.6)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
dotenv (2.7.5)
dotenv-rails (2.7.5)
dotenv (= 2.7.5)
railties (>= 3.2, < 6.1)
erubi (1.9.0)
ffi (1.12.2)
globalid (0.4.2)
Expand Down Expand Up @@ -102,6 +113,7 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
public_suffix (4.0.3)
puma (4.3.3)
nio4r (~> 2.0)
Expand Down Expand Up @@ -141,6 +153,9 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.7.0)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
ruby_dep (1.5.0)
rubyzip (2.2.0)
sass-rails (6.0.0)
Expand Down Expand Up @@ -176,6 +191,8 @@ GEM
turbolinks-source (5.2.0)
tzinfo (1.2.6)
thread_safe (~> 0.1)
warden (1.2.8)
rack (>= 2.0.6)
web-console (4.0.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down Expand Up @@ -203,6 +220,8 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
byebug
capybara (>= 2.15)
devise (~> 4.7)
dotenv-rails (~> 2.7)
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
puma (~> 4.1)
Expand Down

0 comments on commit 0627829

Please sign in to comment.