From 22dff4e94eda6827e55d2f5d8497ceea11bfa4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 02:50:17 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9256e38..e5391f0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem 'middleman-autoprefixer', '~> 2.7' gem 'middleman-sprockets', '~> 4.1' gem 'rouge', '~> 3.21' gem 'redcarpet', '~> 3.5.1' -gem 'nokogiri', '~> 1.11.0' +gem 'nokogiri', '~> 1.11.4' gem 'sass' diff --git a/Gemfile.lock b/Gemfile.lock index 73e63e6..18e2634 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,9 +77,9 @@ GEM middleman-syntax (3.2.0) middleman-core (>= 3.2) rouge (~> 3.2) - mini_portile2 (2.5.0) + mini_portile2 (2.5.1) minitest (5.14.2) - nokogiri (1.11.0) + nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) padrino-helpers (0.13.3.4) @@ -126,7 +126,7 @@ DEPENDENCIES middleman-autoprefixer (~> 2.7) middleman-sprockets (~> 4.1) middleman-syntax (~> 3.2) - nokogiri (~> 1.11.0) + nokogiri (~> 1.11.4) redcarpet (~> 3.5.1) rouge (~> 3.21) sass