diff --git a/Gemfile b/Gemfile index 2e82fad..380f290 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby "3.1.2" gem "rails", "~> 7.0.3" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] -gem "sprockets-rails" +gem "sprockets-rails", ">= 3.5.0" # Use sqlite3 as the database for Active Record gem "sqlite3", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index a77818f..35fc4c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM bindex (0.8.1) bootsnap (1.11.1) msgpack (~> 1.2) - builder (3.2.4) + builder (3.3.0) capybara (3.37.1) addressable matrix @@ -82,17 +82,18 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (4.1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.3.1) crass (1.0.6) debug (1.5.0) irb (>= 1.3.6) reline (>= 0.2.7) digest (3.1.0) - erubi (1.10.0) + erubi (1.12.0) globalid (1.0.0) activesupport (>= 5.0) google-protobuf (3.20.1) - i18n (1.10.0) + google-protobuf (3.20.1-x86_64-linux) + i18n (1.14.5) concurrent-ruby (~> 1.0) importmap-rails (1.0.3) actionpack (>= 6.0.0) @@ -103,16 +104,16 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - loofah (2.17.0) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - minitest (5.15.0) + minitest (5.23.1) msgpack (1.5.1) net-imap (0.2.3) digest @@ -129,7 +130,9 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.6-arm64-darwin) + nokogiri (1.16.5-arm64-darwin) + racc (~> 1.4) + nokogiri (1.16.5-x86_64-linux) racc (~> 1.4) opentelemetry-api (1.0.2) opentelemetry-common (0.19.3) @@ -309,10 +312,10 @@ GEM public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) - racc (1.6.0) - rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) + racc (1.8.0) + rack (2.2.9) + rack-test (2.1.0) + rack (>= 1.3) rails (7.0.3) actioncable (= 7.0.3) actionmailbox (= 7.0.3) @@ -327,11 +330,13 @@ GEM activesupport (= 7.0.3) bundler (>= 1.15.0) railties (= 7.0.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) - loofah (~> 2.3) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (7.0.3) actionpack (= 7.0.3) activesupport (= 7.0.3) @@ -351,12 +356,12 @@ GEM childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) - sprockets (4.0.3) + sprockets (4.2.1) concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + rack (>= 2.2.4, < 4) + sprockets-rails (3.5.0) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) sqlite3 (1.4.2) stimulus-rails (1.0.4) @@ -367,7 +372,7 @@ GEM turbo-rails (1.0.1) actionpack (>= 6.0.0) railties (>= 6.0.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) web-console (4.2.0) actionview (>= 6.0.0) @@ -387,6 +392,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES bootsnap @@ -401,7 +407,7 @@ DEPENDENCIES rails (~> 7.0.3) redis (~> 4.0) selenium-webdriver - sprockets-rails + sprockets-rails (>= 3.5.0) sqlite3 (~> 1.4) stimulus-rails turbo-rails @@ -413,4 +419,4 @@ RUBY VERSION ruby 3.1.2p20 BUNDLED WITH - 2.3.7 + 2.3.26