diff --git a/Gemfile b/Gemfile index 6f825d1..7974af4 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :test do gem "json-schema-rspec", "0.0.4" gem "rspec-collection_matchers", "~> 1.1.2" gem "rspec-json_expectations", "~> 2.1" - gem "webmock", "~> 2.0" + gem "webmock", "~> 3.0" end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index d554dd0..1c4174b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM uuid (2.3.8) macaddr (~> 1.0) valid (1.2.0) - webmock (2.3.2) + webmock (3.0.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -259,7 +259,7 @@ DEPENDENCIES spring spring-commands-rspec spring-watcher-listen - webmock (~> 2.0) + webmock (~> 3.0) yard BUNDLED WITH