From dd934cd06f6d47e2f037600c3f846ac97f68f529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 20:47:55 +0000 Subject: [PATCH] Bump nokogiri from 1.11.4 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 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.4...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 2f87a9e..34942f1 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "haml" gem "haml-rails" gem 'listen' gem 'newrelic_rpm' -gem 'nokogiri', '~> 1.11.4' +gem 'nokogiri', '~> 1.12.5' gem "omniauth" gem 'omniauth-github' gem 'octokit' diff --git a/Gemfile.lock b/Gemfile.lock index d50cc7a..20430a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,7 @@ GEM nokogiri (~> 1) rake mini_mime (1.0.2) - mini_portile2 (2.5.1) + mini_portile2 (2.6.1) minitest (5.14.1) multi_json (1.15.0) multi_xml (0.6.0) @@ -151,8 +151,8 @@ GEM ruby2_keywords (~> 0.0.1) newrelic_rpm (6.12.0.367) nio4r (2.5.2) - nokogiri (1.11.4) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) oauth2 (1.4.4) faraday (>= 0.8, < 2.0) @@ -316,7 +316,7 @@ DEPENDENCIES jquery-rails listen newrelic_rpm - nokogiri (~> 1.11.4) + nokogiri (~> 1.12.5) octokit omniauth omniauth-github