diff --git a/Gemfile b/Gemfile index 0f6452fe..515b6f3c 100644 --- a/Gemfile +++ b/Gemfile @@ -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' @@ -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'