Skip to content

Commit

Permalink
Merge pull request #203 from zaproxy/dependabot/bundler/sprockets-3.7.5
Browse files Browse the repository at this point in the history
Bump sprockets from 3.7.4 to 3.7.5
  • Loading branch information
psiinon authored Sep 23, 2024
2 parents 803ae68 + 0fdc42b commit 471631c
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 471631c

Please sign in to comment.