From 1ba26ea3c395156f984785983556b8b4d1bd0a6c Mon Sep 17 00:00:00 2001 From: GuiLeme Date: Thu, 15 Dec 2022 09:07:16 -0300 Subject: [PATCH] [update-gem-tzinfo] - update of dependencies - nokogiri, loofah, tzinfo, rack --- record-and-playback/core/Gemfile | 4 ++-- record-and-playback/core/Gemfile.lock | 32 +++++++++++++-------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/record-and-playback/core/Gemfile b/record-and-playback/core/Gemfile index 1d392304d4..b902f7d32f 100644 --- a/record-and-playback/core/Gemfile +++ b/record-and-playback/core/Gemfile @@ -25,8 +25,8 @@ gem 'java_properties' gem 'journald-logger', '~> 3.0' gem 'jwt', '~> 2.2' gem 'locale', '~> 2.1' -gem 'loofah', '~> 2.3' -gem 'nokogiri', '~> 1.13', '>= 1.13.6' +gem 'loofah', '~> 2.19.1' +gem 'nokogiri', '~> 1.13.10', '>= 1.13.10' gem 'open4', '~> 1.3' gem 'rb-inotify', '~> 0.10' gem 'redis', '~> 4.1' diff --git a/record-and-playback/core/Gemfile.lock b/record-and-playback/core/Gemfile.lock index 42005f21eb..e16775b1e0 100644 --- a/record-and-playback/core/Gemfile.lock +++ b/record-and-playback/core/Gemfile.lock @@ -21,10 +21,10 @@ GEM journald-logger (3.1.0) journald-native (~> 1.0) journald-native (1.0.12) - json (2.6.2) - jwt (2.4.1) + json (2.6.3) + jwt (2.5.0) locale (2.1.3) - loofah (2.18.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.8.0) @@ -33,26 +33,26 @@ GEM multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - nokogiri (1.13.8) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) open4 (1.3.4) optimist (3.0.1) parallel (1.22.1) - parser (3.1.2.1) + parser (3.1.3.0) ast (~> 2.4.1) - racc (1.6.0) - rack (2.2.4) - rack-protection (3.0.3) + racc (1.6.1) + rack (3.0.0) + rack-protection (3.0.4) rack rainbow (3.1.1) rake (13.0.6) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.7.1) + redis (4.8.0) redis-namespace (1.9.0) redis (>= 4) - regexp_parser (2.5.0) + regexp_parser (2.6.1) resque (2.4.0) mono_logger (~> 1.0) multi_json (~> 1.0) @@ -69,21 +69,21 @@ GEM rubocop-ast (>= 1.18.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) + rubocop-ast (1.24.0) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - sinatra (3.0.3) + sinatra (3.0.4) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.3) + rack-protection (= 3.0.4) tilt (~> 2.0) thread_safe (0.3.6) tilt (2.0.11) tzinfo (1.2.10) thread_safe (~> 0.1) - unicode-display_width (2.2.0) + unicode-display_width (2.3.0) PLATFORMS ruby @@ -97,9 +97,9 @@ DEPENDENCIES journald-logger (~> 3.0) jwt (~> 2.2) locale (~> 2.1) - loofah (~> 2.3) + loofah (~> 2.19.1) minitest (~> 5.14.1) - nokogiri (~> 1.13, >= 1.13.6) + nokogiri (~> 1.13.10, >= 1.13.10) open4 (~> 1.3) optimist rake (>= 12.3, < 14)