mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Merge pull request #462 from mikeastock/update-rspec
Upgrade RSpec to 3.4 and Cucumber to 2.3
This commit is contained in:
commit
6153117ef7
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -12,8 +12,8 @@ group :development do
|
|||
end
|
||||
|
||||
group :test do
|
||||
gem 'rspec', '~> 3.1'
|
||||
gem 'rspec', '~> 3.4'
|
||||
gem 'simplecov', require: false
|
||||
gem 'aruba'
|
||||
gem 'cucumber', '~> 1.3.17'
|
||||
gem 'cucumber', '~> 2.3'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue