Skip to content

Commit

Permalink
Update rake requirement from ~> 10.0 to ~> 13.0
Browse files Browse the repository at this point in the history
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] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 10, 2020
1 parent 4a20175 commit 318eced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :tests do
# unless we're dealing with jruby...
if RUBY_PLATFORM == 'java'
# load a rake version that works on java
gem 'rake', '~> 10.0'
gem 'rake', '~> 13.0'
# load a rubocop version that works on java for the Rakefile
gem 'parser', '2.3.3.1'
gem 'rubocop', '0.41.2'
Expand All @@ -25,7 +25,7 @@ group :tests do
gem 'rubocop-rspec'
else
# the rake everyone else should be using
gem 'rake', '~> 12.3'
gem 'rake', '~> 13.0'
# 2.1-compatible analysis was dropped after version 0.58
# This needs to be removed once we drop puppet4 support.
gem 'rubocop', '~> 0.57.0'
Expand Down

0 comments on commit 318eced

Please sign in to comment.