Bump webmock
This commit is contained in:
parent
f8419b14ba
commit
d9d0eb1512
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -291,7 +291,7 @@ group :test do
|
||||||
gem "factory_girl_rails", "4.8.0"
|
gem "factory_girl_rails", "4.8.0"
|
||||||
gem "shoulda-matchers", "4.0.1"
|
gem "shoulda-matchers", "4.0.1"
|
||||||
gem "timecop", "0.9.1"
|
gem "timecop", "0.9.1"
|
||||||
gem "webmock", "3.4.2", require: false
|
gem "webmock", "3.5.1", require: false
|
||||||
|
|
||||||
gem "diaspora_federation-test", "0.2.5"
|
gem "diaspora_federation-test", "0.2.5"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -297,7 +297,7 @@ GEM
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
sprockets (>= 2.0.0)
|
sprockets (>= 2.0.0)
|
||||||
tilt (>= 1.2)
|
tilt (>= 1.2)
|
||||||
hashdiff (0.3.7)
|
hashdiff (0.3.8)
|
||||||
hashie (3.6.0)
|
hashie (3.6.0)
|
||||||
http (3.3.0)
|
http (3.3.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
|
|
@ -631,7 +631,7 @@ GEM
|
||||||
ruby_dep (1.5.0)
|
ruby_dep (1.5.0)
|
||||||
rubyzip (1.2.2)
|
rubyzip (1.2.2)
|
||||||
rugged (0.27.5)
|
rugged (0.27.5)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.5)
|
||||||
sass (3.4.25)
|
sass (3.4.25)
|
||||||
sass-rails (5.0.7)
|
sass-rails (5.0.7)
|
||||||
railties (>= 4.0.0, < 6)
|
railties (>= 4.0.0, < 6)
|
||||||
|
|
@ -751,7 +751,7 @@ GEM
|
||||||
webfinger (1.1.0)
|
webfinger (1.1.0)
|
||||||
activesupport
|
activesupport
|
||||||
httpclient (>= 2.4)
|
httpclient (>= 2.4)
|
||||||
webmock (3.4.2)
|
webmock (3.5.1)
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff
|
hashdiff
|
||||||
|
|
@ -904,7 +904,7 @@ DEPENDENCIES
|
||||||
unicorn-worker-killer (= 0.4.4)
|
unicorn-worker-killer (= 0.4.4)
|
||||||
uuid (= 2.3.9)
|
uuid (= 2.3.9)
|
||||||
versionist (= 1.7.0)
|
versionist (= 1.7.0)
|
||||||
webmock (= 3.4.2)
|
webmock (= 3.5.1)
|
||||||
will_paginate (= 3.1.7)
|
will_paginate (= 3.1.7)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue