bump webmock
This commit is contained in:
parent
70189f05f4
commit
487afed53e
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -264,7 +264,7 @@ group :test do
|
|||
|
||||
gem "factory_girl_rails", "4.5.0"
|
||||
gem "timecop", "0.7.3"
|
||||
gem "webmock", "1.20.4", require: false
|
||||
gem "webmock", "1.21.0", require: false
|
||||
gem "shoulda-matchers", "2.8.0", require: false
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -693,7 +693,7 @@ GEM
|
|||
macaddr (~> 1.0)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
webmock (1.20.4)
|
||||
webmock (1.21.0)
|
||||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
websocket (1.2.1)
|
||||
|
|
@ -829,6 +829,6 @@ DEPENDENCIES
|
|||
uglifier (= 2.7.1)
|
||||
unicorn (= 4.9.0)
|
||||
uuid (= 2.3.7)
|
||||
webmock (= 1.20.4)
|
||||
webmock (= 1.21.0)
|
||||
will_paginate (= 3.0.7)
|
||||
zip-zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue