소스 검색

Fix bundle update on the Gemfile in travis.

I didn't have this problem locally, but for some reason the other Gemfile's
have this dependancy on the minitest gem and don't have the same problem.
Dylan Thacker-Smith 10 년 전
부모
커밋
3548341237
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Gemfile

+ 2 - 0
Gemfile

@@ -3,3 +3,5 @@ source "https://rubygems.org"
 gemspec
 
 gem "activeresource", '~> 4.0.0'
+
+gem 'minitest', "~> 4.2"