diff --git a/Gemfile.lock b/Gemfile.lock index e92e62a..3e45a1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM autoprefixer-rails (10.4.16.0) execjs (~> 2) awesome_print (1.9.2) - bcrypt (3.1.20) + bcrypt (3.1.21) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -89,7 +89,7 @@ GEM sassc (>= 2.0.0) brakeman (6.1.1) racc - builder (3.2.4) + builder (3.3.0) bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) @@ -132,7 +132,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.6) crass (1.0.6) daemons (1.4.1) date (3.4.1) @@ -142,10 +142,10 @@ GEM delayed_job_active_record (4.1.8) activerecord (>= 3.0, < 8.0) delayed_job (>= 3.0, < 5) - devise (4.9.3) + devise (5.0.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0) + railties (>= 7.0) responders warden (~> 1.2.3) devise-i18n (1.12.0) @@ -156,7 +156,8 @@ GEM railties (>= 5) doorkeeper-i18n (5.2.7) doorkeeper (>= 5.2) - erubi (1.12.0) + drb (2.2.3) + erubi (1.13.1) execjs (2.9.1) factory_bot (6.4.5) activesupport (>= 5.0.0) @@ -192,7 +193,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hirb (0.7.3) - i18n (1.14.4) + i18n (1.14.8) concurrent-ruby (~> 1.0) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -221,7 +222,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.22.0) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.10) @@ -235,10 +236,12 @@ GEM mail (~> 2.5, >= 2.5.3) marcel (1.0.4) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.22.3) + minitest (6.0.2) + drb (~> 2.0) + prism (~> 1.5) msgpack (1.7.2) mutex_m (0.2.0) nenv (0.3.0) @@ -257,7 +260,7 @@ GEM net-protocol net-ssh (7.2.1) nio4r (2.7.4) - nokogiri (1.16.3-x86_64-linux) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -272,6 +275,7 @@ GEM phony_rails (0.15.0) activesupport (>= 3.0) phony (>= 2.18.12) + prism (1.9.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -287,11 +291,11 @@ GEM nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) - racc (1.7.3) - rack (2.2.9) + racc (1.8.1) + rack (2.2.22) rack-cors (2.0.2) rack (>= 2.0.0) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rails (7.0.8.1) actioncable (= 7.0.8.1) @@ -307,13 +311,13 @@ GEM activesupport (= 7.0.8.1) bundler (>= 1.15.0) railties (= 7.0.8.1) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) - loofah (~> 2.21) - nokogiri (~> 1.14) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rails-i18n (7.0.8) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 8) @@ -325,16 +329,16 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.1.0) + rake (13.3.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.0) - responders (3.1.1) - actionpack (>= 5.2) - railties (>= 5.2) + responders (3.2.0) + actionpack (>= 7.0) + railties (>= 7.0) rexml (3.3.9) rolify (6.0.1) rouge (4.2.0) @@ -446,7 +450,7 @@ GEM rubocop-performance (~> 1.20.2) stringio (3.1.0) temple (0.10.3) - thor (1.3.1) + thor (1.5.0) tilt (2.3.0) timeout (0.4.3) tzinfo (2.0.6) @@ -474,7 +478,7 @@ GEM rails (>= 3.0) rake (>= 0.8.7) yard (0.9.36) - zeitwerk (2.6.13) + zeitwerk (2.7.5) PLATFORMS x86_64-linux