Fix travis on cold gem installations
This commit is contained in:
parent
0f30f03584
commit
a5f8eda2cb
2 changed files with 4 additions and 2 deletions
|
@ -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: '../'
|
||||
|
|
|
@ -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: '../'
|
||||
|
|
Loading…
Add table
Reference in a new issue