From 7a1708f477b467a31bdea70b66cff10825da828a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 05:03:20 +0000 Subject: [PATCH] Bump nokogiri from 1.11.4 to 1.11.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.11.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.11.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 58b1fde36..952d42dfa 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and # 0.7.3 is the latest for Rails 4.2, however, it is absent on Rubygems server # https://github.com/huacnlee/rails-settings-cached/issues/165 -gem 'nokogiri', '~> 1.11.4' +gem 'nokogiri', '~> 1.11.5' # style gem 'bootstrap-sass', '~> 3.4' diff --git a/Gemfile.lock b/Gemfile.lock index b18b06ce1..817225b0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,10 +309,10 @@ GEM ruby2_keywords (~> 0.0.1) netrc (0.11.0) nio4r (2.5.7) - nokogiri (1.11.4) + nokogiri (1.11.5) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.4-x86_64-linux) + nokogiri (1.11.5-x86_64-linux) racc (~> 1.4) nori (2.6.0) omniauth (1.9.1) @@ -547,7 +547,7 @@ DEPENDENCIES mimemagic (= 0.4.3) minitest (~> 5.14) money-rails - nokogiri (~> 1.11.4) + nokogiri (~> 1.11.5) omniauth omniauth-rails_csrf_protection omniauth-tara!