diff --git a/Gemfile.lock b/Gemfile.lock index 192e252f..d1d0d186 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.3.1) + bigdecimal (4.1.0) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) bootsnap (1.18.6) @@ -133,8 +133,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) crack (1.0.1) bigdecimal rexml @@ -146,7 +146,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0) database_cleaner-core (2.0.1) - date (3.5.0) + date (3.5.1) debug_inspector (1.2.0) devise (4.9.4) bcrypt (~> 3.0) @@ -162,7 +162,7 @@ GEM railties (>= 6.1) drb (2.2.3) ejs (1.1.1) - erb (5.1.3) + erb (6.0.2) erubi (1.13.1) execjs (2.10.0) factory_bot (6.5.5) @@ -200,7 +200,7 @@ GEM tilt (>= 1.2) hashdiff (1.2.1) hashie (5.0.0) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) icalendar (2.12.1) base64 @@ -208,9 +208,10 @@ GEM logger ostruct ice_cube (0.17.0) - io-console (0.8.1) - irb (1.15.2) + io-console (0.8.2) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jquery-rails (4.6.1) @@ -233,7 +234,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - loofah (2.24.1) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -245,11 +246,13 @@ GEM matrix (0.4.3) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.26.0) + minitest (6.0.3) + drb (~> 2.0) + prism (~> 1.5) msgpack (1.8.0) multi_json (1.17.0) - multi_xml (0.7.2) - bigdecimal (~> 3.1) + multi_xml (0.8.1) + bigdecimal (>= 3.1, < 5) mutex_m (0.3.0) nearest_time_zone (0.0.4) andand @@ -269,21 +272,21 @@ GEM net-protocol newrelic_rpm (9.21.0) nio4r (2.7.5) - nokogiri (1.18.10-aarch64-linux-gnu) + nokogiri (1.19.2-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-aarch64-linux-musl) + nokogiri (1.19.2-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.10-arm-linux-gnu) + nokogiri (1.19.2-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-arm-linux-musl) + nokogiri (1.19.2-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-darwin) + nokogiri (1.19.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-musl) + nokogiri (1.19.2-x86_64-linux-musl) racc (~> 1.4) oauth (1.1.0) oauth-tty (~> 1.0, >= 1.0.1) @@ -352,7 +355,7 @@ GEM pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) - psych (5.2.6) + psych (5.3.1) date stringio public_suffix (6.0.2) @@ -361,7 +364,7 @@ GEM pundit (2.5.2) activesupport (>= 3.0.0) racc (1.8.1) - rack (3.2.3) + rack (3.2.6) rack-canonical-host (1.3.0) addressable (> 0, < 3) rack (>= 1.6, < 4) @@ -380,7 +383,7 @@ GEM rack-test (2.2.0) rack (>= 1.3) rack-timeout (0.7.0) - rackup (2.2.1) + rackup (2.3.1) rack (>= 3) rails (8.0.3) actioncable (= 8.0.3) @@ -409,8 +412,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + 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) railties (8.0.3) actionpack (= 8.0.3) @@ -426,7 +429,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.15.1) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -512,12 +515,13 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - sentry-rails (6.0.0) + sentry-rails (6.5.0) railties (>= 5.2.0) - sentry-ruby (~> 6.0.0) - sentry-ruby (6.0.0) + sentry-ruby (~> 6.5.0) + sentry-ruby (6.5.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + logger shoulda-matchers (6.5.0) activesupport (>= 5.2.0) simple_form (5.3.1) @@ -554,8 +558,8 @@ GEM sqlite3 (2.7.3-x86_64-darwin) sqlite3 (2.7.3-x86_64-linux-gnu) sqlite3 (2.7.3-x86_64-linux-musl) - stringio (3.1.7) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) tilt (2.6.1) timeout (0.4.3) tsort (0.2.0) @@ -567,7 +571,7 @@ GEM unicode-emoji (~> 4.1) unicode-emoji (4.1.0) uniform_notifier (1.17.0) - uri (1.1.0) + uri (1.1.1) useragent (0.16.11) version_gem (1.1.8) warden (1.2.9) @@ -583,7 +587,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.3) + zeitwerk (2.7.5) PLATFORMS aarch64-linux