From ce389e7efe5e6ab31a9c658c8ac0547da8a34f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 20:28:02 +0000 Subject: [PATCH] Bump nokogiri from 1.8.5 to 1.12.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.5 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.8.5...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ce1e7e6..80cc5c9 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ gem 'mail' gem 'bootstrap-datepicker-rails' -gem 'nokogiri', '~> 1.8.1' +gem 'nokogiri', '~> 1.12.5' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 7f1ef55..8e67fa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,19 +179,21 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) mini_mime (1.0.1) - mini_portile2 (2.3.0) + mini_portile2 (2.6.1) minitest (5.11.3) multi_json (1.13.1) multi_xml (0.6.0) mysql2 (0.5.2) nested_form (0.3.2) nio4r (2.3.1) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) orm_adapter (0.5.0) pg (1.1.4) public_suffix (3.0.3) puma (3.12.1) + racc (1.5.2) rack (2.0.7) rack-pjax (1.1.0) nokogiri (~> 1.5) @@ -363,7 +365,7 @@ DEPENDENCIES listen (~> 3.0.5) mail mysql2 - nokogiri (~> 1.8.1) + nokogiri (~> 1.12.5) pg puma (~> 3.0) rails (~> 5.0.1)