From e1bad8157b433595d8d853dd8f218e4540050285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:24:22 +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 | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 0346d1c..b09f41e 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'spring', group: :development #added gem "bootstrap-sass", ">= 3.4.1" gem 'dish', require: 'dish/ext' -gem 'mechanize', '2.7.7' +gem 'mechanize', '2.8.5' gem 'bootstrap_form' gem 'owlcarousel-rails', '~> 1.1.3.3' gem 'fancybox2-rails', '~> 0.2.8' diff --git a/Gemfile.lock b/Gemfile.lock index 324bc1a..5953a8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,6 +35,8 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) american_date (1.1.1) arel (6.0.4) autoprefixer-rails (9.5.0) @@ -129,16 +131,17 @@ GEM nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - 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) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) @@ -153,9 +156,9 @@ GEM nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) - ntlm-http (0.1.1) owlcarousel-rails (1.1.3.3) jquery-rails + public_suffix (5.0.1) raabro (1.1.6) racc (1.6.2) rack (1.6.13) @@ -206,6 +209,7 @@ GEM railties (>= 4.2.0, < 6.0) rqrcode (0.10.1) chunky_png (~> 1.0) + rubyntlm (0.6.3) rufus-scheduler (3.5.2) fugit (~> 1.1, >= 1.1.5) sass (3.7.3) @@ -279,7 +283,7 @@ DEPENDENCIES jquery-rails jquery-turbolinks loofah (= 2.19.1) - mechanize (= 2.7.7) + mechanize (= 2.8.5) mini_magick nokogiri owlcarousel-rails (~> 1.1.3.3)