From 0f6dedb6648e163415c6a271e42f3456a4be4a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 19:16:18 +0000 Subject: [PATCH] Bump nokogiri from 1.6.0 to 1.11.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.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.6.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 f515929..82eba1f 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem 'font-awesome-sass-rails' gem 'handlebars_assets' gem 'marionette-rails', '1.1.0' -gem 'nokogiri', '1.6.0' +gem 'nokogiri', '1.11.4' group :development, :test do gem 'awesome_print' diff --git a/Gemfile.lock b/Gemfile.lock index ffde085..7c31b40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM rails (>= 3.1.0) method_source (0.8.2) mime-types (1.25.1) - mini_portile (0.5.3) + mini_portile2 (2.5.1) mongoid (3.1.6) activemodel (~> 3.2) moped (~> 1.4) @@ -205,8 +205,9 @@ GEM net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (2.9.2) - nokogiri (1.6.0) - mini_portile (~> 0.5.0) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) origin (1.1.0) orm_adapter (0.5.0) paperclip (4.2.0) @@ -223,6 +224,7 @@ GEM pry (>= 0.9.10) rabl (0.8.6) activesupport (>= 2.3.14) + racc (1.5.2) rack (1.4.5) rack-cache (1.2) rack (>= 0.4) @@ -361,7 +363,7 @@ DEPENDENCIES mongoid mongoid-paperclip mongoid_search - nokogiri (= 1.6.0) + nokogiri (= 1.11.4) pry-rails rabl (= 0.8.6) rails (= 3.2.19)