Skip to content

Commit

Permalink
Allow newer versions of Rake that fix warnings with Ruby 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Dec 23, 2019
1 parent 54fce8c commit 9dd2628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source "https://rubygems.org"
gemspec

group :test do
gem 'rake', '~> 10.5'
gem 'rake', ['>= 10.5', '< 14']
gem 'minitest', '~> 5.0'
end

0 comments on commit 9dd2628

Please sign in to comment.