Skip to content

Commit

Permalink
⬆️ Bump sprockets from 4.2.0 to 4.2.1 (#752)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent f6f5f2f commit a341d6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.2"
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
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -220,7 +220,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack (2.2.9)
rack-protection (3.0.2)
rack
rack-test (2.1.0)
Expand Down 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 a341d6e

Please sign in to comment.