Skip to content

Commit

Permalink
Merge pull request #202 from zaproxy/dependabot/bundler/sprockets-3.7.4
Browse files Browse the repository at this point in the history
Bump sprockets from 3.7.3 to 3.7.4
  • Loading branch information
thc202 authored Sep 9, 2024
2 parents bccf67d + 1344f8e commit 803ae68
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 @@ -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.3'
gem 'sprockets', '3.7.4'
gem 'sass', '3.7.4'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
contracts (0.16.1)
dotenv (2.8.1)
erubis (2.7.0)
Expand Down Expand Up @@ -108,7 +108,7 @@ GEM
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
sprockets (3.7.3)
sprockets (3.7.4)
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.3)
sprockets (= 3.7.4)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 803ae68

Please sign in to comment.