mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Tests fail with Rspec 3, so pin at 2.14.x.
This commit is contained in:
parent
ca995bfb94
commit
738f5909fe
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -5,6 +5,7 @@ gemspec
|
|||
|
||||
group :cucumber do
|
||||
gem 'cucumber'
|
||||
gem 'rspec', '~>2.14.1'
|
||||
end
|
||||
|
||||
platforms :rbx do
|
||||
|
|
Loading…
Reference in a new issue