From 040646fe585bc6b0a3ef096d715066786f3f766e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 01:58:01 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.11.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index c93addb..d740e7e 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem "httparty", "~> 0.16.2" # Added at 2018-04-20 21:15:55 +0800 by duncanleo: gem "pg", "~> 1.0" -gem "nokogiri", "~> 1.8" +gem "nokogiri", "~> 1.11" gem "pry", "~> 0.11.3", :group => [:development] diff --git a/Gemfile.lock b/Gemfile.lock index c277f97..c9db0ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,15 +79,18 @@ GEM marcel (0.3.2) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.0) - mini_portile2 (2.4.0) + mini_portile2 (2.5.1) minitest (5.11.3) msgpack (1.2.4) multi_xml (0.6.0) nio4r (2.3.0) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) pg (1.0.0) playoverwatch-scraper (0.1.5) nokogiri (~> 1.8) @@ -95,6 +98,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) puma (3.12.2) + racc (1.5.2) rack (2.0.5) rack-cors (1.0.2) rack-test (1.0.0) @@ -178,7 +182,7 @@ DEPENDENCIES faker httparty (~> 0.16.2) listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.8) + nokogiri (~> 1.11) pg (~> 1.0) playoverwatch-scraper (~> 0.1.1) pry (~> 0.11.3)