Fix rspec specific Gemspecs to work on cold cache
This commit is contained in:
parent
6873fb4451
commit
911a0c0516
2 changed files with 5 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rspec', '~> 2.14.1'
|
||||
gem 'mutant', path: '../.'
|
||||
gem 'mutant', path: '../'
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'rspec', '~> 3.0.0.beta2'
|
||||
gem 'mutant', path: '../.'
|
||||
gem 'mutant', path: '../'
|
||||
|
|
Loading…
Reference in a new issue