Fix travis on cold gem installations

This commit is contained in:
Markus Schirp 2014-03-26 20:55:55 +00:00
parent 0f30f03584
commit a5f8eda2cb
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,6 @@
source 'https://rubygems.org'
gem 'rspec', '~> 2.14.1'
gem 'rspec-core', '~> 2.14.1'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'

View file

@ -1,4 +1,5 @@
source 'https://rubygems.org'
gem 'rspec', '~> 3.0.0.beta2'
gem 'rspec-core', '~> 3.0.0.beta2'
gem 'mutant', path: '../'
gem 'mutant-rspec', path: '../'