From 384c658e7fe5e229c45754576aca7697e74ca595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 23:50:06 +0000 Subject: [PATCH] Bump mechanize from 2.7.7 to 2.8.5 Bumps [mechanize](https://github.com/sparklemotion/mechanize) from 2.7.7 to 2.8.5. - [Release notes](https://github.com/sparklemotion/mechanize/releases) - [Changelog](https://github.com/sparklemotion/mechanize/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/mechanize/compare/v2.7.7...v2.8.5) --- updated-dependencies: - dependency-name: mechanize dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 45 +++++++++++++++++++++++---------------------- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 85d7a70..14f6e21 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :test do end gem "rubyzip", "~> 1.1" -gem "mechanize", "~> 2.7" +gem "mechanize", "~> 2.8" gem "hashie", "~> 2.0" gem "mini_magick" gem "minitest" diff --git a/Gemfile.lock b/Gemfile.lock index c279652..d617901 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,43 +1,43 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) byebug (11.1.3) coderay (1.1.3) - connection_pool (2.2.3) + connection_pool (2.2.5) crack (0.4.5) rexml domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) hashdiff (1.0.1) hashie (2.1.2) - http-cookie (1.0.3) + http-cookie (1.0.5) domain_name (~> 0.5) - mechanize (2.7.7) - domain_name (~> 0.5, >= 0.5.1) - http-cookie (~> 1.0) - mime-types (>= 1.17.2) - net-http-digest_auth (~> 1.1, >= 1.1.1) - net-http-persistent (>= 2.5.2) - nokogiri (~> 1.6) - ntlm-http (~> 0.1, >= 0.1.1) + mechanize (2.8.5) + addressable (~> 2.8) + domain_name (~> 0.5, >= 0.5.20190701) + http-cookie (~> 1.0, >= 1.0.3) + mime-types (~> 3.0) + net-http-digest_auth (~> 1.4, >= 1.4.1) + net-http-persistent (>= 2.5.2, < 5.0.dev) + nokogiri (~> 1.11, >= 1.11.2) + rubyntlm (~> 0.6, >= 0.6.3) webrick (~> 1.7) - webrobots (>= 0.0.9, < 0.2) + webrobots (~> 0.1.2) method_source (1.0.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0225) + mime-types-data (3.2022.0105) mini_magick (4.11.0) - mini_portile2 (2.5.0) + mini_portile2 (2.8.0) minitest (5.14.4) net-http-digest_auth (1.4.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) - nokogiri (1.11.2) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.6) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - ntlm-http (0.1.1) open4 (1.3.4) parallel (1.20.1) pry (0.13.1) @@ -46,14 +46,15 @@ GEM pry-byebug (3.9.0) byebug (~> 11.0) pry (~> 0.13.0) - public_suffix (4.0.6) - racc (1.5.2) + public_suffix (4.0.7) + racc (1.6.0) rake (12.3.3) rexml (3.2.4) + rubyntlm (0.6.3) rubyzip (1.3.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.7) + unf_ext (0.0.8.2) vcr (2.9.3) webmock (1.24.6) addressable (>= 2.3.6) @@ -67,7 +68,7 @@ PLATFORMS DEPENDENCIES hashie (~> 2.0) - mechanize (~> 2.7) + mechanize (~> 2.8) mini_magick minitest open4