Skip to content

Commit

Permalink
Bump sprockets from 3.7.2 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 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@v3.7.2...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and eitoball committed Aug 19, 2023
1 parent da18af5 commit 8c15dbb
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 @@ -45,7 +45,7 @@ gem 'responders'
gem 'rubyzip', require: 'zip'
gem 'sassc-rails'
gem 'simple_form'
gem 'sprockets', '~> 3.7.2', '< 4'
gem 'sprockets', '~> 4.2.0'
gem 'swagger-blocks'
# noinspection RailsParamDefResolve
gem 'tzinfo-data', platforms: %i(mingw mswin x64_mingw)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@ GEM
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
spring (>= 4)
sprockets (3.7.2)
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 @@ -588,7 +588,7 @@ DEPENDENCIES
spring
spring-commands-rspec
spring-watcher-listen (~> 2.1.0)
sprockets (~> 3.7.2, < 4)
sprockets (~> 4.2.0)
swagger-blocks
tzinfo-data
uglifier
Expand Down

0 comments on commit 8c15dbb

Please sign in to comment.