diff --git a/Gemfile.lock b/Gemfile.lock index 93054712..8c275bb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM execjs (~> 2) awesome_nested_fields (0.6.4) rails (>= 3.0.0) - bcrypt (3.1.16) + bcrypt (3.1.18) bootsnap (1.16.0) msgpack (~> 1.2) bootstrap (4.5.3) @@ -117,7 +117,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) countries (4.2.2) i18n_data (~> 0.15.0) sixarm_ruby_unaccent (~> 1.1) @@ -131,7 +131,7 @@ GEM delayed_job_active_record (4.1.7) activerecord (>= 3.0, < 8.0) delayed_job (>= 3.0, < 5) - devise (4.8.1) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -205,7 +205,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.8.0.1) @@ -221,7 +221,7 @@ GEM mini_mime (1.1.2) mini_racer (0.6.3) libv8-node (~> 16.10.0.0) - minitest (5.17.0) + minitest (5.18.0) msgpack (1.6.0) multi_json (1.15.0) nested_form (0.3.2) @@ -235,7 +235,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) - nokogiri (1.14.0-x86_64-linux) + nokogiri (1.14.2-x86_64-linux) racc (~> 1.4) obscenity (1.0.2) orm_adapter (0.5.0) @@ -264,8 +264,8 @@ GEM slop (~> 3.0) public_suffix (4.0.6) racc (1.6.2) - rack (2.2.6.2) - rack-test (2.0.2) + rack (2.2.6.4) + rack-test (2.1.0) rack (>= 1.3) rails (6.1.7.2) actioncable (= 6.1.7.2) @@ -313,9 +313,9 @@ GEM regexp_parser (2.6.0) request_store (1.5.1) rack (>= 1.4) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.0) + actionpack (>= 5.2) + railties (>= 5.2) rexml (3.2.5) rubocop (1.39.0) json (~> 2.3) @@ -376,7 +376,7 @@ GEM actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -387,7 +387,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.6) + zeitwerk (2.6.7) PLATFORMS x86_64-linux