bump webmock
This commit is contained in:
parent
62a7b130a2
commit
e965db534f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -222,7 +222,7 @@ group :test do
|
|||
|
||||
gem 'factory_girl_rails', '4.5.0'
|
||||
gem 'timecop', '0.7.1'
|
||||
gem 'webmock', '1.19.0', :require => false
|
||||
gem 'webmock', '1.20.4', :require => false
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -523,7 +523,7 @@ GEM
|
|||
macaddr (~> 1.0)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
webmock (1.19.0)
|
||||
webmock (1.20.4)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
websocket (1.2.1)
|
||||
|
|
@ -633,6 +633,6 @@ DEPENDENCIES
|
|||
uglifier (= 2.5.3)
|
||||
unicorn (= 4.8.3)
|
||||
uuid (= 2.3.7)
|
||||
webmock (= 1.19.0)
|
||||
webmock (= 1.20.4)
|
||||
will_paginate (= 3.0.7)
|
||||
zip-zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue