Skip to content

Commit e721dc3

Browse files
Update rake requirement from ~> 10.0 to ~> 13.0
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@rake-10.0.0...v13.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4b31229 commit e721dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ group :tests do
2626

2727
# `rake` dropped support for older versions of ruby a while back
2828
if RUBY_PLATFORM == 'java'
29-
gem 'rake', '~> 10.0'
29+
gem 'rake', '~> 13.0'
3030
else
31-
gem 'rake', '~> 12.3'
31+
gem 'rake', '~> 13.0'
3232
end
3333

3434
# rubocop is special, as usual

0 commit comments

Comments
 (0)