mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Upgrade RSpec to 3.4 and Cucumber to 2.3
More information about what's new in RSpec 3.4 can be found at: http://rspec.info/blog/2015/11/rspec-3-4-has-been-released/
This commit is contained in:
parent
1f8ed48fe4
commit
25f7fb408e
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…
Add table
Reference in a new issue