summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2caf392..3aedd58 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -60,6 +60,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
+ bcrypt (3.1.13)
bindex (0.8.1)
bootsnap (1.7.2)
msgpack (~> 1.0)
@@ -67,6 +68,12 @@ GEM
byebug (11.1.3)
concurrent-ruby (1.1.8)
crass (1.0.6)
+ devise (4.7.1)
+ bcrypt (~> 3.0)
+ orm_adapter (~> 0.1)
+ railties (>= 4.1.0)
+ responders
+ warden (~> 1.2.3)
diff-lcs (1.3)
erubi (1.10.0)
ffi (1.15.0)
@@ -96,6 +103,7 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
+ orm_adapter (0.5.0)
pg (1.2.3)
puma (5.2.2)
nio4r (~> 2.0)
@@ -137,6 +145,9 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
+ responders (3.0.0)
+ actionpack (>= 5.0)
+ railties (>= 5.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
@@ -180,6 +191,8 @@ GEM
turbolinks-source (5.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
+ warden (1.2.8)
+ rack (>= 2.0.6)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
@@ -201,6 +214,7 @@ PLATFORMS
DEPENDENCIES
bootsnap (>= 1.4.4)
byebug
+ devise
jbuilder (~> 2.7)
listen (~> 3.3)
pg (~> 1.1)