diff --git a/Gemfile b/Gemfile index f0d4bc208..f3ab659eb 100644 --- a/Gemfile +++ b/Gemfile @@ -39,5 +39,5 @@ group :test do gem 'faker' gem 'mocha' gem 'poltergeist', require: false - gem 'webmock', '~> 3.4.0', require: false + gem 'webmock', '~> 3.4.1', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 898ec1637..d63b9355b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,7 +332,7 @@ GEM unicorn (5.4.0) kgio (~> 2.6) raindrops (~> 0.7) - webmock (3.4.0) + webmock (3.4.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -384,7 +384,7 @@ DEPENDENCIES sass-rails (~> 5.0) slimmer (~> 12.1) uglifier (>= 1.3.0) - webmock (~> 3.4.0) + webmock (~> 3.4.1) wraith (~> 4.2) RUBY VERSION