diff --git a/Gemfile b/Gemfile index 0fb5cdd..02bcf52 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,4 @@ gem 'rubocop', '~> 1.66' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 3.0' gem 'simplecov', '~> 0.22.0' -gem 'webmock', '~> 3.1' +gem 'webmock', '~> 3.24' diff --git a/Gemfile.lock b/Gemfile.lock index c2d6122..d003ab0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,12 +45,12 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - public_suffix (6.0.1) + public_suffix (5.1.1) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.7) + rexml (3.3.8) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -89,7 +89,7 @@ GEM simplecov_json_formatter (0.1.4) unicode-display_width (2.6.0) uri (0.13.1) - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -108,7 +108,7 @@ DEPENDENCIES rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.0) simplecov (~> 0.22.0) - webmock (~> 3.1) + webmock (~> 3.24) BUNDLED WITH 2.1.4