Skip to content

Commit

Permalink
Merge pull request #477 from zold-io/renovate/rake-13.x
Browse files Browse the repository at this point in the history
Update dependency rake to v13.2.1
  • Loading branch information
davvd authored Jul 16, 2024
2 parents eaadd66 + edc2c1f commit 9547958
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,7 +45,7 @@ gem 'rack', '2.2.8'
gem 'rack_csrf', '2.7.0'
gem 'rack-ssl', '1.4.1'
gem 'rack-test', '2.0.2'
gem 'rake', '13.1.0', require: false
gem 'rake', '13.2.1', require: false
gem 'random-port', '0.6.0', require: false
gem 'rerun', '0.14.0', require: false
gem 'retriable', '3.1.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ GEM
rack_csrf (2.7.0)
rack (>= 1.1.0)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
random-port (0.6.0)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand Down Expand Up @@ -393,7 +393,7 @@ DEPENDENCIES
rack-ssl (= 1.4.1)
rack-test (= 2.0.2)
rack_csrf (= 2.7.0)
rake (= 13.1.0)
rake (= 13.2.1)
random-port (= 0.6.0)
rerun (= 0.14.0)
retriable (= 3.1.2)
Expand Down

0 comments on commit 9547958

Please sign in to comment.