Skip to content

Commit

Permalink
chore(deps): update dependency sprockets to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent e0946c0 commit 2cb5c91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem 'middleman-sprockets', '~> 4.1'
gem 'rouge', '~> 3.21'
gem 'redcarpet', '~> 3.6.0'
gem 'nokogiri', '~> 1.16.5'
gem 'sprockets', '~> 3.7'
gem 'sprockets', '~> 4.0'
gem 'sass'
gem 'webrick'
10 changes: 4 additions & 6 deletions src-api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
backports (3.25.0)
base64 (0.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -95,7 +94,7 @@ GEM
parslet (2.0.0)
public_suffix (6.0.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
Expand All @@ -110,10 +109,9 @@ GEM
sassc (2.4.0)
ffi (~> 1.9)
servolux (0.13.0)
sprockets (3.7.5)
base64
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
temple (0.10.3)
thor (1.2.2)
tilt (2.0.11)
Expand All @@ -137,7 +135,7 @@ DEPENDENCIES
redcarpet (~> 3.6.0)
rouge (~> 3.21)
sass
sprockets (~> 3.7)
sprockets (~> 4.0)
webrick

RUBY VERSION
Expand Down

0 comments on commit 2cb5c91

Please sign in to comment.