1
0
Fork 0
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:
Matt Brictson 2014-06-07 21:43:45 -07:00
parent ca995bfb94
commit 738f5909fe

View file

@ -5,6 +5,7 @@ gemspec
group :cucumber do
gem 'cucumber'
gem 'rspec', '~>2.14.1'
end
platforms :rbx do