Skip to content

Commit cae9104

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 b369d24 commit cae9104

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -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)