Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
(maint) require rake < 12 (we have a bug there)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thompson committed Apr 4, 2017
1 parent ae22b78 commit 7b6885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rototiller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|

# 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'
s.add_runtime_dependency 'rake', '< 12.0.0'
end

0 comments on commit 7b6885e

Please sign in to comment.