From 3d8c91ea80add2e8588a2848309422a46af5ec9e Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 5 Jun 2019 12:24:09 +0300 Subject: [PATCH] Update `webmock` gem --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a3cec0f0..cdaadca76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) airbrake (6.0.0) airbrake-ruby (~> 2.0) @@ -188,7 +188,7 @@ GEM haml (>= 4.0.6, < 5.0) html2haml (>= 1.0.1) railties (>= 4.0.1) - hashdiff (0.3.7) + hashdiff (0.4.0) hpricot (0.8.6) html2haml (2.1.0) erubis (~> 2.7.0) @@ -268,7 +268,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (3.0.2) + public_suffix (3.1.0) puma (3.12.1) que (0.10.0) que-web (0.4.0) @@ -350,7 +350,7 @@ GEM ruby_parser (3.8.4) sexp_processor (~> 4.1) rubyzip (1.2.2) - safe_yaml (1.0.4) + safe_yaml (1.0.5) sass (3.4.23) sass-rails (5.0.6) railties (>= 4.0.0, < 6) @@ -424,10 +424,10 @@ GEM wasabi (3.5.0) httpi (~> 2.0) nokogiri (>= 1.4.2) - webmock (3.4.2) + webmock (3.6.0) addressable (>= 2.3.6) crack (>= 0.3.2) - hashdiff + hashdiff (>= 0.4.0, < 2.0.0) whenever (0.9.4) chronic (>= 0.6.3) xpath (3.1.0)