From 134f4e434c67ca6b3ee2f512f0dcf2b4dfc38267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 20:15:18 +0000 Subject: [PATCH] Bump nokogiri from 1.11.1 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 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.11.1...v1.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7ff503d..55f86c3 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' gem "rest-client", "~> 1.8.0" gem "highline", "~> 1.6.14" gem "reverse-markdown", "~> 0.1.2" -gem "nokogiri", "~> 1.11.1" +gem "nokogiri", "~> 1.11.4" diff --git a/Gemfile.lock b/Gemfile.lock index ef89187..6775e2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,9 +7,9 @@ GEM http-cookie (1.0.3) domain_name (~> 0.5) mime-types (2.99.3) - mini_portile2 (2.5.0) + mini_portile2 (2.5.1) netrc (0.11.0) - nokogiri (1.11.1) + nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) racc (1.5.2) @@ -27,7 +27,7 @@ PLATFORMS DEPENDENCIES highline (~> 1.6.14) - nokogiri (~> 1.11.1) + nokogiri (~> 1.11.4) rest-client (~> 1.8.0) reverse-markdown (~> 0.1.2)