Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2022
1 parent 7aeb4fd commit 7627182
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 @@ -74,7 +74,7 @@ group :development, :test do
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'spring', '~>2.1.1' # remove constraint once on or past rails 5.2
gem 'sprockets', '~>3.7'
gem 'sprockets', '~>4.1'
gem 'ten_years_rails'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ GEM
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.2)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.4.2)
Expand Down Expand Up @@ -543,7 +543,7 @@ DEPENDENCIES
sidekiq-unique-jobs (~> 6.0)
spring (~> 2.1.1)
spring-commands-rspec
sprockets (~> 3.7)
sprockets (~> 4.1)
standby
stringex (~> 2.8)
strong_migrations
Expand Down

0 comments on commit 7627182

Please sign in to comment.