From 1b7725ba6c74f9de84980c69fca1e41e2950c36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:32:32 +0000 Subject: [PATCH] Bump nokogiri from 1.2.3 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.2.3 to 1.13.9. - [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/REL_1.2.3...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5e3f2cd3..7ae70ca7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "json", '1.1.3' gem "parseexcel",'0.5.2' gem "rest-client", '0.8.2', :require => "rest_client" gem "hpricot",'0.6.161' -gem "nokogiri",'1.2.3' +gem "nokogiri",'1.13.9' gem "rubycas-client",'2.1.0' gem "highline",'1.4.0' gem "validatable",'1.6.7' diff --git a/Gemfile.lock b/Gemfile.lock index 227ade7c..d261779f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,10 +26,14 @@ GEM json (1.1.3) linecache (0.46) rbx-require-relative (> 0.0.4) + mini_portile2 (2.8.0) mysql (2.8.1) - nokogiri (1.2.3) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) parseexcel (0.5.2) polyglot (0.3.1) + racc (1.6.0) rack (1.1.2) rack-debug (1.4.2) rack (>= 1.0) @@ -71,7 +75,7 @@ DEPENDENCIES hpricot (= 0.6.161) json (= 1.1.3) mysql (= 2.8.1) - nokogiri (= 1.2.3) + nokogiri (= 1.13.9) parseexcel (= 0.5.2) rack-debug (= 1.4.2) rails (= 2.3.11)