From 59f90a6bbdc5b43643e7637583a4ffb20473811f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 03:12:54 +0000 Subject: [PATCH] Bump nokogiri from 1.11.0 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.0 to 1.12.5. - [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.0...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5dba4ae..e04b408 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'tty-prompt', '~> 0.21.0' gem 'http', '~> 4.4' -gem 'nokogiri', '~> 1.11' +gem 'nokogiri', '~> 1.12' gem 'terminal-table', '~> 1.8' diff --git a/Gemfile.lock b/Gemfile.lock index 6bdaebe..dc857d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,10 +20,10 @@ GEM http-form_data (2.3.0) http-parser (1.2.1) ffi-compiler (>= 1.0, < 2.0) - mini_portile2 (2.5.0) + mini_portile2 (2.6.1) necromancer (0.5.1) - nokogiri (1.11.0) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) pastel (0.7.4) equatable (~> 0.6) @@ -56,7 +56,7 @@ PLATFORMS DEPENDENCIES http (~> 4.4) - nokogiri (~> 1.11) + nokogiri (~> 1.12) terminal-table (~> 1.8) tty-prompt (~> 0.21.0) word_wrap (~> 1.0)