Skip to content

Commit

Permalink
Update dependency sprockets to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent db2c84e commit 3edb3f1
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 @@ -45,6 +45,6 @@ gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0'
gem 'sinatra', '3.0.6'
gem 'sinatra-contrib', '3.0.6'
gem 'sprockets', '4.2.0'
gem 'sprockets', '4.2.1'
gem 'test-unit', '3.6.1', require: false
gem 'xcop', '0.7.1'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
temple (0.10.2)
Expand Down Expand Up @@ -238,7 +238,7 @@ DEPENDENCIES
simplecov (= 0.22.0)
sinatra (= 3.0.6)
sinatra-contrib (= 3.0.6)
sprockets (= 4.2.0)
sprockets (= 4.2.1)
test-unit (= 3.6.1)
xcop (= 0.7.1)

Expand Down

0 comments on commit 3edb3f1

Please sign in to comment.