From c2c72ba208bf483a265312f6c1dc5edc31dd25cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 22:44:56 +0000 Subject: [PATCH] Bump nokogiri from 1.2.3 to 1.10.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.2.3 to 1.10.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/REL_1.2.3...v1.10.10) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5e3f2cd3..ec563a7b 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.10.10' 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..a276a9a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,8 +26,10 @@ GEM json (1.1.3) linecache (0.46) rbx-require-relative (> 0.0.4) + mini_portile2 (2.4.0) mysql (2.8.1) - nokogiri (1.2.3) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) parseexcel (0.5.2) polyglot (0.3.1) rack (1.1.2) @@ -71,7 +73,7 @@ DEPENDENCIES hpricot (= 0.6.161) json (= 1.1.3) mysql (= 2.8.1) - nokogiri (= 1.2.3) + nokogiri (= 1.10.10) parseexcel (= 0.5.2) rack-debug (= 1.4.2) rails (= 2.3.11)