From 585b4c775306916c13dd6071f472fed85b4df569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 06:31:11 +0000 Subject: [PATCH] Bump sprockets-rails from 3.4.2 to 3.5.1 Bumps [sprockets-rails](https://github.com/rails/sprockets-rails) from 3.4.2 to 3.5.1. - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](https://github.com/rails/sprockets-rails/compare/v3.4.2...v3.5.1) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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