From fea2ec55f9c6ddf57320e0a85180044b07244ee3 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 8 Sep 2021 16:16:43 -0500 Subject: [PATCH] update nokogiri and addressable --- Gemfile | 3 ++- Gemfile.lock | 17 +++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 95f14649..67b88d49 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'filesize' gem 'thread' gem 'rack-cache' gem 'rest-client', require: 'rest_client' -gem 'addressable', require: 'addressable/uri' +gem 'addressable', '>= 2.8.0', require: 'addressable/uri' gem 'paypal-recurring', require: 'paypal/recurring' gem 'geoip' gem 'io-extra', require: 'io/extra' @@ -53,6 +53,7 @@ gem 'activesupport' gem 'facter', require: nil gem 'maxmind-db' gem 'json', '>= 2.3.0' +gem 'nokogiri', '= 1.11.4' group :development, :test do gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index 2ffc5f9f..7161634c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) annoy (0.5.6) highline (>= 1.5.0) @@ -135,7 +135,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0904) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.3) minitest (5.11.3) minitest-reporters (1.3.8) ansi @@ -158,8 +158,11 @@ GEM net-ssh (5.2.0) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + nokogiri (1.11.4-x86_64-linux) + racc (~> 1.4) nokogumbo (2.0.2) nokogiri (~> 1.8, >= 1.8.4) ox (2.11.0) @@ -172,9 +175,10 @@ GEM pry-byebug (3.7.0) byebug (~> 11.0) pry (~> 0.10) - public_suffix (4.0.5) + public_suffix (4.0.6) puma (5.4.0) nio4r (~> 2.0) + racc (1.5.2) rack (2.2.3) rack-cache (1.9.0) rack (>= 0.4) @@ -292,7 +296,7 @@ PLATFORMS DEPENDENCIES acme-client (~> 2.0.0) activesupport - addressable + addressable (>= 2.8.0) apparition base32 bcrypt @@ -327,6 +331,7 @@ DEPENDENCIES mock_redis monetize msgpack + nokogiri (= 1.11.4) paypal-recurring pg pry