Skip to content

Commit 82a008d

Browse files
Bump sprockets from 4.2.1 to 4.2.2
Bumps [sprockets](https://github.com/rails/sprockets) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](rails/sprockets@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: sprockets dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a95847 commit 82a008d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ gem 'bootsnap', require: false
106106
# Technically they don't need to be in this Gemfile at all, but we are pinning them to
107107
# specific versions for compatibility reasons.
108108
gem "nokogiri", ">= 1.10.4"
109-
gem "sprockets", "~> 4.2.1"
109+
gem "sprockets", "~> 4.2.2"
110110

111111
group :production, :staging do
112112
# Reduce the noise of logs and include custom fields to it for easier access

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ GEM
505505
puma (6.6.0)
506506
nio4r (~> 2.0)
507507
racc (1.8.1)
508-
rack (3.1.12)
508+
rack (3.1.13)
509509
rack-mini-profiler (3.3.1)
510510
rack (>= 1.2.0)
511511
rack-protection (4.0.0)
@@ -663,8 +663,9 @@ GEM
663663
activejob (>= 7.2)
664664
activerecord (>= 7.2)
665665
railties (>= 7.2)
666-
sprockets (4.2.1)
666+
sprockets (4.2.2)
667667
concurrent-ruby (~> 1.0)
668+
logger
668669
rack (>= 2.2.4, < 4)
669670
sprockets-rails (3.4.2)
670671
actionpack (>= 5.2)
@@ -820,7 +821,7 @@ DEPENDENCIES
820821
simple_form
821822
simplecov
822823
solid_cache (~> 1.0)
823-
sprockets (~> 4.2.1)
824+
sprockets (~> 4.2.2)
824825
stackprof
825826
standard (~> 1.40)
826827
standard-performance

0 commit comments

Comments
 (0)