diff --git a/Gemfile b/Gemfile index ca04bc806..1a94113a1 100644 --- a/Gemfile +++ b/Gemfile @@ -41,5 +41,5 @@ group :test do gem 'capybara' gem 'mocha' gem 'poltergeist', require: false - gem 'webmock', '~> 2.3.0', require: false + gem 'webmock', '~> 3.1.1', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index a66c43403..1f96694e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM kgio (~> 2.6) rack raindrops (~> 0.7) - webmock (2.3.2) + webmock (3.1.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -346,7 +346,7 @@ DEPENDENCIES slimmer (~> 11.1.0) uglifier (>= 1.3.0) unicorn (= 4.8) - webmock (~> 2.3.0) + webmock (~> 3.1.1) wraith (~> 4.0) RUBY VERSION