diff --git a/Gemfile b/Gemfile index aff1db9..2292b9d 100644 --- a/Gemfile +++ b/Gemfile @@ -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' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 5c7aaae..1ed5e93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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