Skip to content

Commit 78c47e6

Browse files
Bump sprockets from 4.0.3 to 4.2.0
Bumps [sprockets](https://github.com/rails/sprockets) from 4.0.3 to 4.2.0. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](rails/sprockets@v4.0.3...v4.2.0) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c84eeab commit 78c47e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ gem "clockwork"
110110
gem "mini_racer", "~> 0.6.3"
111111
gem "nokogiri", ">= 1.10.4"
112112
gem "image_processing"
113-
gem "sprockets", "~> 4.0.0"
113+
gem "sprockets", "~> 4.2.0"
114114

115115
group :production do
116116
# Reduce the noise of logs and include custom fields to it for easier access

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ GEM
405405
puma (6.1.1)
406406
nio4r (~> 2.0)
407407
racc (1.6.2)
408-
rack (2.2.6.2)
408+
rack (2.2.6.3)
409409
rack-protection (2.1.0)
410410
rack
411411
rack-test (2.0.2)
@@ -554,9 +554,9 @@ GEM
554554
snaky_hash (2.0.0)
555555
hashie
556556
version_gem (~> 1.1)
557-
sprockets (4.0.3)
557+
sprockets (4.2.0)
558558
concurrent-ruby (~> 1.0)
559-
rack (> 1, < 3)
559+
rack (>= 2.2.4, < 4)
560560
sprockets-rails (3.4.2)
561561
actionpack (>= 5.2)
562562
activesupport (>= 5.2)
@@ -694,7 +694,7 @@ DEPENDENCIES
694694
simple_form
695695
simplecov
696696
skylight
697-
sprockets (~> 4.0.0)
697+
sprockets (~> 4.2.0)
698698
standard (~> 1.24)
699699
stimulus-rails
700700
strong_migrations (= 1.4.4)

0 commit comments

Comments
 (0)