Skip to content

Commit feca39d

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 c08cd58 commit feca39d

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
@@ -107,7 +107,7 @@ gem "clockwork"
107107
gem "mini_racer", "~> 0.6.3"
108108
gem "nokogiri", ">= 1.10.4"
109109
gem "image_processing"
110-
gem "sprockets", "~> 4.0.0"
110+
gem "sprockets", "~> 4.2.0"
111111

112112
group :production do
113113
# 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
@@ -553,9 +553,9 @@ GEM
553553
snaky_hash (2.0.0)
554554
hashie
555555
version_gem (~> 1.1)
556-
sprockets (4.0.3)
556+
sprockets (4.2.0)
557557
concurrent-ruby (~> 1.0)
558-
rack (> 1, < 3)
558+
rack (>= 2.2.4, < 4)
559559
sprockets-rails (3.4.2)
560560
actionpack (>= 5.2)
561561
activesupport (>= 5.2)
@@ -691,7 +691,7 @@ DEPENDENCIES
691691
simple_form
692692
simplecov
693693
skylight
694-
sprockets (~> 4.0.0)
694+
sprockets (~> 4.2.0)
695695
standard (~> 1.25)
696696
stimulus-rails
697697
strong_migrations (= 1.4.4)

0 commit comments

Comments
 (0)