bump webmock

This commit is contained in:
Benjamin Neff 2015-10-25 01:32:49 +02:00
parent b245f817a0
commit 069b9672b7
2 changed files with 5 additions and 3 deletions

View file

@ -44,7 +44,7 @@ group :test do
gem "fixture_builder", "~> 0.4.1"
gem "factory_girl_rails", "~> 4.5.0"
gem "rspec-collection_matchers", "~> 1.1.2"
gem "webmock", "~> 1.21.0"
gem "webmock", "~> 1.22.1"
end
group :development, :test do

View file

@ -104,6 +104,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (0.2.2)
httparty (0.13.7)
json (~> 1.8)
multi_xml (>= 0.5.2)
@ -262,9 +263,10 @@ GEM
uuid (2.3.8)
macaddr (~> 1.0)
valid (1.1.0)
webmock (1.21.0)
webmock (1.22.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.8.7.6)
PLATFORMS
@ -295,7 +297,7 @@ DEPENDENCIES
spring-watcher-listen
sqlite3 (~> 1.3.11)
uuid (~> 2.3.8)
webmock (~> 1.21.0)
webmock (~> 1.22.1)
yard
BUNDLED WITH