Skip to content

Commit

Permalink
(QA-2941) re-enable rake 12
Browse files Browse the repository at this point in the history
* acceptance previously showed a bug we had against rake 12
* really rake 12 just clarified how to use arguments to tasks so they
aren't confused with hashes: ruby/rake#171
  • Loading branch information
Eric Thompson committed Apr 11, 2017
1 parent 2a5b832 commit 5f77f84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rototiller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ Gem::Specification.new do |s|
'README.md', 'lib/**/*', 'docs/**/*']
s.required_ruby_version = '>= 1.9.3'

# RAKE_VER=0.9, 10.0, 11.0
# don't use 11.0.0, which probably installs 11.0.1 which has issues
s.add_runtime_dependency 'rake', '< 12.0.0'
s.add_runtime_dependency 'rake'
end

0 comments on commit 5f77f84

Please sign in to comment.