Skip to content

Commit

Permalink
Fix the version of minitest
Browse files Browse the repository at this point in the history
Travis uses 5.0.0 and it may cause the problem.
  • Loading branch information
Nucc committed May 12, 2013
1 parent 8ceb17f commit 72d419a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ source 'https://rubygems.org'
gemspec

if ENV["TRAVIS"]
gem "rdoc", ">= 2.4.2"
gem "rake"
gem "minitest"
gem "minitest", "~>4.6.0"
gem "mini_shoulda"
gem "coveralls", require: false
end

0 comments on commit 72d419a

Please sign in to comment.