Bump webmock
This commit is contained in:
parent
a5f59ef105
commit
862796131f
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -284,7 +284,7 @@ group :test do
|
||||||
gem "factory_girl_rails", "4.9.0"
|
gem "factory_girl_rails", "4.9.0"
|
||||||
gem "shoulda-matchers", "4.5.1"
|
gem "shoulda-matchers", "4.5.1"
|
||||||
gem "timecop", "0.9.4"
|
gem "timecop", "0.9.4"
|
||||||
gem "webmock", "3.13.0", require: false
|
gem "webmock", "3.14.0", require: false
|
||||||
|
|
||||||
gem "diaspora_federation-test", "0.2.7"
|
gem "diaspora_federation-test", "0.2.7"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -777,8 +777,8 @@ GEM
|
||||||
webfinger (1.2.0)
|
webfinger (1.2.0)
|
||||||
activesupport
|
activesupport
|
||||||
httpclient (>= 2.4)
|
httpclient (>= 2.4)
|
||||||
webmock (3.13.0)
|
webmock (3.14.0)
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.8.0)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff (>= 0.4.0, < 2.0.0)
|
hashdiff (>= 0.4.0, < 2.0.0)
|
||||||
webrick (1.7.0)
|
webrick (1.7.0)
|
||||||
|
|
@ -929,7 +929,7 @@ DEPENDENCIES
|
||||||
unicorn-worker-killer (= 0.4.5)
|
unicorn-worker-killer (= 0.4.5)
|
||||||
uuid (= 2.3.9)
|
uuid (= 2.3.9)
|
||||||
versionist (= 2.0.1)
|
versionist (= 2.0.1)
|
||||||
webmock (= 3.13.0)
|
webmock (= 3.14.0)
|
||||||
will_paginate (= 3.3.0)
|
will_paginate (= 3.3.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue