Skip to content

Commit

Permalink
Bump sprockets from 3.7.4 to 3.7.5
Browse files Browse the repository at this point in the history
Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/rails/sprockets/releases)
- [Changelog](https://github.com/rails/sprockets/blob/v3.7.5/CHANGELOG.md)
- [Commits](rails/sprockets@v3.7.4...v3.7.5)

---
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 Sep 23, 2024
1 parent 803ae68 commit 0fdc42b
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 @@ -13,5 +13,5 @@ gem 'nokogiri', '~> 1.16.7'
gem 'haml', '>= 4.0.5', '< 6.0'
# Lock sprockets/sass, newer version (4.0.0) uses sassc which leads to an error:
# "Error: File to import not found or unreadable: normalize."
gem 'sprockets', '3.7.4'
gem 'sprockets', '3.7.5'
gem 'sass', '3.7.4'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
sprockets (3.7.4)
sprockets (3.7.5)
base64
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -137,7 +137,7 @@ DEPENDENCIES
redcarpet (~> 3.6.0)
rouge (~> 3.30.0)
sass (= 3.7.4)
sprockets (= 3.7.4)
sprockets (= 3.7.5)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 0fdc42b

Please sign in to comment.