From 62a3d19900247fe26d46f140a568b6ce5996b0f4 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 21 Apr 2021 22:30:32 -0400 Subject: Devise setup and config --- Gemfile.lock | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 87c5c24..fb57657 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,6 +63,7 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) + bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.7.4) msgpack (~> 1.0) @@ -79,6 +80,12 @@ GEM childprocess (3.0.0) concurrent-ruby (1.1.8) crass (1.0.6) + devise (4.7.3) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0) + responders + warden (~> 1.2.3) erubi (1.10.0) ffi (1.15.0) globalid (0.4.2) @@ -103,6 +110,7 @@ GEM nio4r (2.5.7) nokogiri (1.11.3-arm64-darwin) racc (~> 1.4) + orm_adapter (0.5.0) parallel (1.20.1) parser (3.0.1.0) ast (~> 2.4.1) @@ -150,6 +158,9 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.1.1) + responders (3.0.1) + actionpack (>= 5.0) + railties (>= 5.0) rexml (3.2.5) rubocop (1.13.0) parallel (~> 1.10) @@ -203,6 +214,8 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (2.0.0) + warden (1.2.9) + rack (>= 2.0.9) web-console (4.1.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -231,6 +244,7 @@ DEPENDENCIES bootsnap (>= 1.4.4) byebug capybara (>= 3.26) + devise jbuilder (~> 2.7) listen (~> 3.3) pg (~> 1.1) -- cgit v1.2.3