1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Upgrade rspec-core to fix compat with Rake 11.0

See: https://github.com/rspec/rspec-core/pull/2197
This commit is contained in:
Matt Brictson 2016-03-09 17:25:41 -08:00
parent fb82ecea53
commit 9eb92b48cf

View file

@ -5,5 +5,6 @@ gemspec
group :cucumber do group :cucumber do
gem "cucumber" gem "cucumber"
gem "rspec", "~> 3.0.0" gem "rspec"
gem "rspec-core", "~> 3.4.4"
end end