From c5a75f78a58751cb3d8a56c483211ce623ecb167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 14:10:59 +0000 Subject: [PATCH] Bump nokogiri from 1.11.0 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.0 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.0...v1.11.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4008170..2f87a9e 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "haml" gem "haml-rails" gem 'listen' gem 'newrelic_rpm' -gem 'nokogiri', '~> 1.11.0' +gem 'nokogiri', '~> 1.11.4' gem "omniauth" gem 'omniauth-github' gem 'octokit' diff --git a/Gemfile.lock b/Gemfile.lock index 2bdd212..d50cc7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,9 +138,11 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) - mini_portile2 (2.5.0) + mini_portile2 (2.5.1) minitest (5.14.1) multi_json (1.15.0) multi_xml (0.6.0) @@ -149,7 +151,7 @@ GEM ruby2_keywords (~> 0.0.1) newrelic_rpm (6.12.0.367) nio4r (2.5.2) - nokogiri (1.11.0) + nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) oauth2 (1.4.4) @@ -314,7 +316,7 @@ DEPENDENCIES jquery-rails listen newrelic_rpm - nokogiri (~> 1.11.0) + nokogiri (~> 1.11.4) octokit omniauth omniauth-github