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:
parent
fb82ecea53
commit
9eb92b48cf
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -5,5 +5,6 @@ gemspec
|
|||
|
||||
group :cucumber do
|
||||
gem "cucumber"
|
||||
gem "rspec", "~> 3.0.0"
|
||||
gem "rspec"
|
||||
gem "rspec-core", "~> 3.4.4"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue