Skip to content

Commit

Permalink
Any rake before version 11 should work, and fix a gem install error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Mar 15, 2016
1 parent 7011c61 commit c57798d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
before_install:
- gem install bundler
- gem install rake -v="< 11"
- gem install rake -v"< 11"
- gem install hoe
before_script: bundle exec rake rdoc_master
rvm:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source "https://rubygems.org"

gemspec

gem "rake", "~> 10.4.2"
gem "rake", "< 11"
gem "minitest"
gem "hoe"

0 comments on commit c57798d

Please sign in to comment.