From 2809a90bc13b5a929ba55c36e3455a5b0372a147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 03:18:24 +0000 Subject: [PATCH] Bump nokogiri from 1.10.5 to 1.13.9 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.5 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.5...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 42 +++++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index 6ec82d9..df49694 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'redis', '~> 4.0' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development -gem 'nokogiri', '~> 1.6', '>= 1.6.8.1' +gem 'nokogiri', '~> 1.13' # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 38fea09..a1cac65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,9 +24,9 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_model_serializers (0.10.10) - actionpack (>= 4.1, < 6.1) - activemodel (>= 4.1, < 6.1) + active_model_serializers (0.10.13) + actionpack (>= 4.1, < 7.1) + activemodel (>= 4.1, < 7.1) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (5.1.7) @@ -49,7 +49,7 @@ GEM case_transform (0.2) activesupport concurrent-ruby (1.1.5) - crass (1.0.5) + crass (1.0.6) erubi (1.9.0) ffi (1.11.1) globalid (0.4.2) @@ -57,24 +57,25 @@ GEM i18n (1.7.0) concurrent-ruby (~> 1.0) jsonapi-renderer (0.2.2) - listen (3.1.5) + listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - loofah (2.3.1) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.9.2) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.13.0) + mini_portile2 (2.8.0) + minitest (5.16.3) nio4r (2.5.2) - nokogiri (1.10.5) - mini_portile2 (~> 2.4.0) - pg (1.1.4) - puma (3.12.1) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + pg (1.4.4) + puma (3.12.6) + racc (1.6.0) rack (2.0.7) rack-cors (1.0.5) rack (>= 1.6.0) @@ -95,7 +96,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) railties (5.1.7) actionpack (= 5.1.7) @@ -107,22 +108,21 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - redis (4.1.3) - ruby_dep (1.5.0) - spring (2.1.0) + redis (4.8.0) + spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (4.0.0) + sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) thor (0.20.3) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.10) thread_safe (~> 0.1) websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) @@ -135,7 +135,7 @@ DEPENDENCIES active_model_serializers byebug listen (>= 3.0.5, < 3.2) - nokogiri (~> 1.6, >= 1.6.8.1) + nokogiri (~> 1.13) pg (>= 0.18, < 2.0) puma (~> 3.7) rack-cors