diff --git a/Gemfile.lock b/Gemfile.lock index 0de9705..e5001bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,9 +114,9 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - debug (1.6.2) - irb (>= 1.3.6) - reline (>= 0.3.1) + debug (1.9.2) + irb (~> 1.10) + reline (>= 0.3.8) devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -152,9 +152,10 @@ GEM importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) - io-console (0.5.11) - irb (1.4.1) - reline (>= 0.3.0) + io-console (0.7.2) + irb (1.13.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -229,6 +230,8 @@ GEM parser (3.3.1.0) ast (~> 2.4.1) racc + psych (5.1.2) + stringio public_suffix (5.0.5) puma (6.0.0) nio4r (~> 2.0) @@ -274,8 +277,10 @@ GEM rake (13.2.1) rash_alt (0.4.12) hashie (>= 3.4) + rdoc (6.7.0) + psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.3.1) + reline (0.5.8) io-console (~> 0.5) responders (3.0.1) actionpack (>= 5.0) @@ -361,6 +366,7 @@ GEM stackprof (0.2.26) stimulus-rails (1.1.0) railties (>= 6.0.0) + stringio (3.1.0) strscan (3.0.4) thor (1.3.1) timeout (0.3.0)