Skip to content

Commit 47b939f

Browse files
Bump sprockets from 3.7.5 to 4.2.1
Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.5 to 4.2.1. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](rails/sprockets@v3.7.5...v4.2.1) --- updated-dependencies: - dependency-name: sprockets dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba03b13 commit 47b939f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'sass-rails', '~> 6.0.0' # Ruby on Ra
1919
gem "solid_cable", '~> 3.0.7' # Use the database-backed adapters for Action Cable
2020
gem "solid_cache", '~> 1.0.7' # Use the database-backed adapters for Rails.cache
2121
gem "solid_queue", '~> 1.1.4' # Use the database-backed adapters for Active Job
22-
gem "sprockets", '= 3.7.5' # Rack-based asset packaging system
22+
gem "sprockets", '4.2.1' # Rack-based asset packaging system
2323
gem "sprockets-rails", '~> 3.5.2' # The asset pipeline for Rails
2424
gem "stimulus-rails", '~> 1.3.4' # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
2525
gem "thruster", '~> 0.1.12', require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]

Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,9 @@ GEM
400400
fugit (~> 1.11.0)
401401
railties (>= 7.1)
402402
thor (~> 1.3.1)
403-
sprockets (3.7.5)
404-
base64
403+
sprockets (4.2.1)
405404
concurrent-ruby (~> 1.0)
406-
rack (> 1, < 3)
405+
rack (>= 2.2.4, < 4)
407406
sprockets-rails (3.5.2)
408407
actionpack (>= 6.1)
409408
activesupport (>= 6.1)
@@ -483,7 +482,7 @@ DEPENDENCIES
483482
solid_cable (~> 3.0.7)
484483
solid_cache (~> 1.0.7)
485484
solid_queue (~> 1.1.4)
486-
sprockets (= 3.7.5)
485+
sprockets (= 4.2.1)
487486
sprockets-rails (~> 3.5.2)
488487
stimulus-rails (~> 1.3.4)
489488
thruster (~> 0.1.12)

0 commit comments

Comments
 (0)