bump webmock

This commit is contained in:
Jonne Haß 2015-10-20 15:14:56 +02:00 committed by Dennis Schubert
parent c0c4b7277b
commit ada2913cd7
2 changed files with 5 additions and 3 deletions

View file

@ -267,7 +267,7 @@ group :test do
gem "factory_girl_rails", "4.5.0" gem "factory_girl_rails", "4.5.0"
gem "timecop", "0.8.0" gem "timecop", "0.8.0"
gem "webmock", "1.21.0", require: false gem "webmock", "1.22.1", require: false
gem "shoulda-matchers", "3.0.0" gem "shoulda-matchers", "3.0.0"
end end

View file

@ -355,6 +355,7 @@ GEM
multi_json (~> 1.0) multi_json (~> 1.0)
sprockets (>= 2.0.0, < 4.0) sprockets (>= 2.0.0, < 4.0)
tilt (~> 1.2) tilt (~> 1.2)
hashdiff (0.2.2)
hashie (3.4.2) hashie (3.4.2)
hike (1.2.3) hike (1.2.3)
hiredis (0.5.2) hiredis (0.5.2)
@ -743,9 +744,10 @@ GEM
valid (1.0.2) valid (1.0.2)
warden (1.2.3) warden (1.2.3)
rack (>= 1.0) rack (>= 1.0)
webmock (1.21.0) webmock (1.22.1)
addressable (>= 2.3.6) addressable (>= 2.3.6)
crack (>= 0.3.2) crack (>= 0.3.2)
hashdiff
websocket (1.2.2) websocket (1.2.2)
will_paginate (3.0.7) will_paginate (3.0.7)
xpath (2.0.0) xpath (2.0.0)
@ -879,7 +881,7 @@ DEPENDENCIES
uglifier (= 2.7.2) uglifier (= 2.7.2)
unicorn (= 4.9.0) unicorn (= 4.9.0)
uuid (= 2.3.8) uuid (= 2.3.8)
webmock (= 1.21.0) webmock (= 1.22.1)
will_paginate (= 3.0.7) will_paginate (= 3.0.7)
BUNDLED WITH BUNDLED WITH