From ffd4f862b9fe53cefcd1ef4f7382501afb600c55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:57:30 +0000 Subject: [PATCH] Update dependency mechanize to v2.10.0 --- Gemfile.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e99bc84..77f8b31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,8 +25,7 @@ GEM connection_pool (2.4.1) deep_merge (1.2.2) diff-lcs (1.5.1) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20240107) drb (2.1.1) ruby2_keywords dry-configurable (1.1.0) @@ -98,21 +97,23 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.2.9) - mechanize (2.9.2) + mechanize (2.10.0) addressable (~> 2.8) + base64 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) + nkf nokogiri (~> 1.11, >= 1.11.2) rubyntlm (~> 0.6, >= 0.6.3) webrick (~> 1.7) webrobots (~> 0.1.2) method_source (1.0.0) - mime-types (3.4.1) + mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2023.1205) + mime-types-data (3.2024.0206) mini_portile2 (2.8.5) minitest (5.20.0) multipart-post (2.3.0) @@ -123,7 +124,8 @@ GEM net-http-digest_auth (1.4.1) net-http-persistent (4.0.2) connection_pool (~> 2.2) - nokogiri (1.15.5) + nkf (0.2.0) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) notiffany (0.1.3) @@ -193,9 +195,6 @@ GEM thor (1.2.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.9.1) unicode-display_width (2.5.0) uri (0.13.0) webrick (1.8.1)