summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-30 00:00:02 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-30 00:00:02 -0400
commitdf191e6361858c985890ca4cb806f319273f9494 (patch)
tree0bdeb7b219d8ccfdcf185bf8e06eca7799f62f05 /Gemfile.lock
parent9522d295eb36f851dc5c419cef5ae1442f1be2a3 (diff)
Install and configure devise
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 193b912..c20b97d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -78,6 +78,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
+ bcrypt (3.1.19)
better_html (2.0.2)
actionview (>= 6.0)
activesupport (>= 6.0)
@@ -106,6 +107,12 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
+ devise (4.9.3)
+ bcrypt (~> 3.0)
+ orm_adapter (~> 0.1)
+ railties (>= 4.1.0)
+ responders
+ warden (~> 1.2.3)
drb (2.1.1)
ruby2_keywords
erb_lint (0.5.0)
@@ -160,6 +167,7 @@ GEM
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
noncommittal (0.2.0)
+ orm_adapter (0.5.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
@@ -220,6 +228,9 @@ GEM
regexp_parser (2.8.2)
reline (0.3.9)
io-console (~> 0.5)
+ responders (3.1.1)
+ actionpack (>= 5.2)
+ railties (>= 5.2)
rexml (3.2.6)
rubocop (1.57.2)
json (~> 2.3)
@@ -267,6 +278,8 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
+ warden (1.2.9)
+ rack (>= 2.0.9)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
@@ -288,6 +301,7 @@ DEPENDENCIES
bootsnap
capybara
debug
+ devise
erb_lint
good_migrations
importmap-rails