Skip to content

Commit

Permalink
⬆️ Bump sprockets from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [sprockets](https://github.com/rails/sprockets) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/rails/sprockets/releases)
- [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md)
- [Commits](rails/sprockets@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: sprockets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 45a5b99 commit 65cac2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "rails", "~> 7.0.8"
gem "mysql2", "~> 0.5.5"
gem "puma", "~> 6.4"
gem "sassc-rails"
gem "sprockets", "~> 4.2.0"
gem "sprockets", "~> 4.2.1"
gem "jbuilder", "~> 2.11"
gem "bootsnap", ">= 1.4.2", require: false
gem "tzinfo-data"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
Expand Down Expand Up @@ -408,7 +408,7 @@ DEPENDENCIES
shoulda-matchers (~> 5.3)
simplecov
simplecov-console
sprockets (~> 4.2.0)
sprockets (~> 4.2.1)
standardrb
tzinfo-data
web-console (>= 3.3.0)
Expand Down

0 comments on commit 65cac2d

Please sign in to comment.