Skip to content

Commit

Permalink
Fix travis rdoc vs rake issue
Browse files Browse the repository at this point in the history
On Travis rdoc lib comes from rake that is too old and we get deprecation error. So changing the order of gemspec dependencies may resolve the problem.
  • Loading branch information
Nucc committed May 12, 2013
1 parent fc145e1 commit 613f539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gemspec

if ENV["TRAVIS"]
gem "rdoc", ">= 2.4.2"
gem "rake"
gem "minitest"
gem "mini_shoulda"
Expand Down

0 comments on commit 613f539

Please sign in to comment.