From 0940fa0b00d6c571d71323e921f949dc288fee3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 02:57:03 +0000 Subject: [PATCH] Bump nokogiri from 1.6.8.1 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 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/v1.6.8.1...v1.13.9) --- 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(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index a01ec2d..bfc4d5d --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'ruby-debug19' # Bundle the extra gems: # gem 'bj' - gem 'nokogiri', '~>1.6.1' + gem 'nokogiri', '~>1.13.9' gem 'fastercsv' # gem 'sqlite3-ruby', :require => 'sqlite3' # gem 'aws-s3', :require => 'aws/s3' diff --git a/Gemfile.lock b/Gemfile.lock index ccb302f..8388b8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,14 +68,15 @@ GEM activesupport (~> 3.0.0) arel (~> 2.0.7) mime-types (1.25.1) - mini_portile2 (2.1.0) + mini_portile2 (2.8.0) minitar (0.8) minitar-cli (0.8) minitar (~> 0.8.0) powerbar (~> 1.0) mixology (0.2.0) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) paperclip (2.8.0) activerecord (>= 2.3.0) activesupport (>= 2.3.2) @@ -88,6 +89,7 @@ GEM polyglot (0.3.5) powerbar (1.0.18) hashie (>= 1.1.0) + racc (1.6.0) rack (1.2.8) rack-mount (0.6.14) rack (>= 1.0.0) @@ -170,7 +172,7 @@ DEPENDENCIES libxml-ruby meta_where mixology - nokogiri (~> 1.6.1) + nokogiri (~> 1.13.9) paperclip (~> 2.3) passenger pg (= 0.17.1)