Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j9t committed Jul 6, 2022
1 parent da3e5a0 commit bb29a21
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 @@ -11,7 +11,7 @@ group :jekyll_plugins do
gem 'kramdown-parser-gfm'
gem 'i18n', '>= 0.7'
gem 'jekyll-assets'
gem 'sprockets', '~> 3.7'
gem 'sprockets', '~> 4.0'
gem 'rack', '>= 2.0.6'
gem 'nokogiri', '>= 1.10.4'
gem 'html-proofer'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (3.7.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thread_safe (0.3.6)
Expand Down Expand Up @@ -164,7 +164,7 @@ DEPENDENCIES
kramdown-parser-gfm
nokogiri (>= 1.10.4)
rack (>= 2.0.6)
sprockets (~> 3.7)
sprockets (~> 4.0)
whenever

BUNDLED WITH
Expand Down

0 comments on commit bb29a21

Please sign in to comment.