From dc3407d21b07b478ecdc010f9f7cc894a038c59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 05:14:08 +0000 Subject: [PATCH] Bump nokogiri from 1.10.7 to 1.13.9 in /backend Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 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.10.7...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 8506fea..456ba4b 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -42,6 +42,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "active_model_serializers", "~> 0.10.7" gem "jwt", "~> 2.1" gem 'rest-client' -gem 'nokogiri', '~> 1.6', '>= 1.6.8' +gem 'nokogiri', '~> 1.13' gem 'pry', '~> 0.12.2' gem 'open_uri_redirections' \ No newline at end of file diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index fe9bc4a..438de26 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -101,19 +101,21 @@ GEM mime-types-data (3.2019.1009) mimemagic (0.3.3) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.13.0) msgpack (1.3.1) netrc (0.11.0) nio4r (2.5.2) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) open_uri_redirections (0.2.1) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) puma (4.3.1) nio4r (~> 2.0) + racc (1.6.0) rack (2.0.8) rack-cors (1.1.1) rack (>= 2.0.0) @@ -189,7 +191,7 @@ DEPENDENCIES byebug jwt (~> 2.1) listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.6, >= 1.6.8) + nokogiri (~> 1.13) open_uri_redirections pry (~> 0.12.2) puma (~> 4.1)