diff --git a/Gemfile b/Gemfile index e262d7b..9ff2d3f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,5 @@ gem "nokogiri", "~> 1.16" gem "pry", "~> 0.14.1" gem "rake", "~> 13.2" gem "rspec-rails", "~> 6.1" -gem "sprockets-rails", "~> 3.2" +gem "sprockets-rails", "~> 3.5" gem "sqlite3", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index e912ea1..d5932af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) base64 (0.2.0) bigdecimal (3.1.8) - builder (3.2.4) + builder (3.3.0) capybara (3.40.0) addressable matrix @@ -96,7 +96,7 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.3) connection_pool (2.4.1) crass (1.0.6) date (3.3.4) @@ -210,9 +210,9 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.4.2) - actionpack (>= 5.2) - activesupport (>= 5.2) + sprockets-rails (3.5.1) + actionpack (>= 6.1) + activesupport (>= 6.1) sprockets (>= 3.0.0) sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-linux) @@ -244,7 +244,7 @@ DEPENDENCIES rails-footnotes! rake (~> 13.2) rspec-rails (~> 6.1) - sprockets-rails (~> 3.2) + sprockets-rails (~> 3.5) sqlite3 (~> 1.7) RUBY VERSION