From 3acf57de003840282aa55d0bb0133428eaefee9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:13:23 +0000 Subject: [PATCH] Bump mechanize from 2.8.5 to 2.11.0 Bumps [mechanize](https://github.com/sparklemotion/mechanize) from 2.8.5 to 2.11.0. - [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.8.5...v2.11.0) --- updated-dependencies: - dependency-name: mechanize dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index b9dabc42..4d3f4d2d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "jquery-rails", ">= 4.4.0" gem "jsonb_accessor", "~> 1.4" gem "logstasher" gem "mail", ">= 2.8" -gem "mechanize", "~> 2.8" +gem "mechanize", "~> 2.11" gem "pg", "~> 1.5" gem "prometheus_exporter" gem "puma" diff --git a/Gemfile.lock b/Gemfile.lock index 5fb235de..34e10378 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,8 +75,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) @@ -126,8 +126,7 @@ GEM deep_merge (1.2.2) diff-lcs (1.5.1) docile (1.4.0) - domain_name (0.5.20190701) - unf (>= 0.0.5, < 1.0.0) + domain_name (0.6.20240107) drb (2.2.1) dry-configurable (1.0.1) dry-core (~> 1.0, < 2) @@ -194,7 +193,7 @@ GEM highline (3.0.1) html-attributes-utils (1.0.2) activesupport (>= 6.1.4.4) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) i18n (1.14.5) concurrent-ruby (~> 1.0) @@ -237,28 +236,30 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - mechanize (2.8.5) + mechanize (2.11.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.1.0) - mime-types (3.4.1) + mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2022.0105) + mime-types-data (3.2024.0702) mini_mime (1.1.5) mini_portile2 (2.8.7) minitest (5.23.1) msgpack (1.5.2) mutex_m (0.2.0) net-http-digest_auth (1.4.1) - net-http-persistent (4.0.1) + net-http-persistent (4.0.2) connection_pool (~> 2.2) net-imap (0.4.10) date @@ -270,6 +271,7 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.1) + nkf (0.2.0) nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -287,7 +289,7 @@ GEM webrick psych (5.1.2) stringio - public_suffix (5.0.4) + public_suffix (6.0.0) puma (6.4.2) nio4r (~> 2.0) racc (1.8.0) @@ -406,7 +408,8 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) - rubyntlm (0.6.3) + rubyntlm (0.6.5) + base64 rubyzip (2.3.2) sass (3.7.4) sass-listen (~> 4.0.0) @@ -482,9 +485,6 @@ GEM concurrent-ruby (~> 1.0) tzinfo-data (1.2023.3) tzinfo (>= 1.0.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.8.2) unicode-display_width (2.5.0) view_component (3.12.1) activesupport (>= 5.2.0, < 8.0) @@ -529,7 +529,7 @@ DEPENDENCIES jsonb_accessor (~> 1.4) logstasher mail (>= 2.8) - mechanize (~> 2.8) + mechanize (~> 2.11) pg (~> 1.5) prometheus_exporter puma