Skip to content

Commit

Permalink
Bump sprockets from 4.0.3 to 4.2.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2023
1 parent 4a6db77 commit 6d4abc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ gem "clockwork"
gem "mini_racer", "~> 0.6.3"
gem "nokogiri", ">= 1.10.4"
gem "image_processing"
gem "sprockets", "~> 4.0.0"
gem "sprockets", "~> 4.2.0"

group :production do
# Reduce the noise of logs and include custom fields to it for easier access
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,9 @@ GEM
snaky_hash (2.0.0)
hashie
version_gem (~> 1.1)
sprockets (4.0.3)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -691,7 +691,7 @@ DEPENDENCIES
simple_form
simplecov
skylight
sprockets (~> 4.0.0)
sprockets (~> 4.2.0)
standard (~> 1.25)
stimulus-rails
strong_migrations (= 1.4.4)
Expand Down

0 comments on commit 6d4abc1

Please sign in to comment.