From f160efe8fcef667a79e3a56d9e07b045025d7780 Mon Sep 17 00:00:00 2001 From: GuiLeme Date: Wed, 17 Aug 2022 10:30:28 -0300 Subject: [PATCH 1/3] [update-gem-tzinfo] - update tzinfo, redis-namspace and resque gem --- record-and-playback/core/Gemfile | 3 +- record-and-playback/core/Gemfile.lock | 44 +++++++++++++-------------- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/record-and-playback/core/Gemfile b/record-and-playback/core/Gemfile index 77defe69dc..9c0e830ebf 100644 --- a/record-and-playback/core/Gemfile +++ b/record-and-playback/core/Gemfile @@ -32,9 +32,10 @@ gem 'rb-inotify', '~> 0.10' gem 'redis', '~> 4.1' gem 'rubyzip', '~> 2.0' gem 'optimist' -gem 'resque', '~> 2.0.0' +gem 'resque', '~> 2.2.1' gem 'bbbevents', '~> 1.2' gem 'rake', '>= 12.3', '<14' +gem 'tzinfo', '>= 1.2.10' group :test, optional: true do gem 'rubocop', '~> 1.31.1' diff --git a/record-and-playback/core/Gemfile.lock b/record-and-playback/core/Gemfile.lock index 19b8263129..6e2d4433c1 100644 --- a/record-and-playback/core/Gemfile.lock +++ b/record-and-playback/core/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: absolute_time (1.0.0) - activesupport (5.2.8) + activesupport (5.2.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -15,14 +15,14 @@ GEM crass (1.0.6) fastimage (2.2.6) ffi (1.15.5) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) java_properties (0.0.4) journald-logger (3.1.0) journald-native (~> 1.0) journald-native (1.0.12) json (2.6.2) - jwt (2.3.0) + jwt (2.4.1) locale (2.1.3) loofah (2.18.0) crass (~> 1.0.2) @@ -31,36 +31,35 @@ GEM minitest (5.14.4) mono_logger (1.1.1) multi_json (1.15.0) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - nokogiri (1.13.6) + nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) open4 (1.3.4) optimist (3.0.1) parallel (1.22.1) - parser (3.1.2.0) + parser (3.1.2.1) ast (~> 2.4.1) racc (1.6.0) - rack (2.2.3.1) - rack-protection (2.2.0) + rack (2.2.4) + rack-protection (2.2.2) rack rainbow (3.1.1) rake (13.0.6) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.6.0) - redis-namespace (1.8.2) - redis (>= 3.0.4) + redis (4.7.1) + redis-namespace (1.9.0) + redis (>= 4) regexp_parser (2.5.0) - resque (2.0.0) + resque (2.2.1) mono_logger (~> 1.0) multi_json (~> 1.0) redis-namespace (~> 1.6) sinatra (>= 0.9.2) - vegas (~> 0.1.2) rexml (3.2.5) - rubocop (1.31.1) + rubocop (1.31.2) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -70,23 +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.18.0) + rubocop-ast (1.21.0) parser (>= 3.1.1.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - sinatra (2.2.0) - mustermann (~> 1.0) + sinatra (2.2.2) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.2.0) + rack-protection (= 2.2.2) tilt (~> 2.0) thread_safe (0.3.6) - tilt (2.0.10) - tzinfo (1.2.9) + tilt (2.0.11) + tzinfo (1.2.10) thread_safe (~> 0.1) unicode-display_width (2.2.0) - vegas (0.1.11) - rack (>= 1.0.0) PLATFORMS ruby @@ -108,9 +105,10 @@ DEPENDENCIES rake (>= 12.3, < 14) rb-inotify (~> 0.10) redis (~> 4.1) - resque (~> 2.0.0) + resque (~> 2.2.1) rubocop (~> 1.31.1) rubyzip (~> 2.0) + tzinfo (>= 1.2.10) BUNDLED WITH 2.1.4 From 3f9fcc693fceea976368de3cfec473c4a254608c Mon Sep 17 00:00:00 2001 From: GuiLeme Date: Mon, 21 Nov 2022 17:05:26 -0300 Subject: [PATCH 2/3] [update-gem-tzinfo] - updated resque gem --- record-and-playback/core/Gemfile | 2 +- record-and-playback/core/Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/record-and-playback/core/Gemfile b/record-and-playback/core/Gemfile index 9c0e830ebf..1d392304d4 100644 --- a/record-and-playback/core/Gemfile +++ b/record-and-playback/core/Gemfile @@ -32,7 +32,7 @@ gem 'rb-inotify', '~> 0.10' gem 'redis', '~> 4.1' gem 'rubyzip', '~> 2.0' gem 'optimist' -gem 'resque', '~> 2.2.1' +gem 'resque', '~> 2.4' gem 'bbbevents', '~> 1.2' gem 'rake', '>= 12.3', '<14' gem 'tzinfo', '>= 1.2.10' diff --git a/record-and-playback/core/Gemfile.lock b/record-and-playback/core/Gemfile.lock index 6e2d4433c1..42005f21eb 100644 --- a/record-and-playback/core/Gemfile.lock +++ b/record-and-playback/core/Gemfile.lock @@ -31,7 +31,7 @@ GEM minitest (5.14.4) mono_logger (1.1.1) multi_json (1.15.0) - mustermann (2.0.2) + mustermann (3.0.0) ruby2_keywords (~> 0.0.1) nokogiri (1.13.8) mini_portile2 (~> 2.8.0) @@ -43,7 +43,7 @@ GEM ast (~> 2.4.1) racc (1.6.0) rack (2.2.4) - rack-protection (2.2.2) + rack-protection (3.0.3) rack rainbow (3.1.1) rake (13.0.6) @@ -53,7 +53,7 @@ GEM redis-namespace (1.9.0) redis (>= 4) regexp_parser (2.5.0) - resque (2.2.1) + resque (2.4.0) mono_logger (~> 1.0) multi_json (~> 1.0) redis-namespace (~> 1.6) @@ -74,10 +74,10 @@ GEM ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - sinatra (2.2.2) - mustermann (~> 2.0) - rack (~> 2.2) - rack-protection (= 2.2.2) + sinatra (3.0.3) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.3) tilt (~> 2.0) thread_safe (0.3.6) tilt (2.0.11) @@ -105,7 +105,7 @@ DEPENDENCIES rake (>= 12.3, < 14) rb-inotify (~> 0.10) redis (~> 4.1) - resque (~> 2.2.1) + resque (~> 2.4) rubocop (~> 1.31.1) rubyzip (~> 2.0) tzinfo (>= 1.2.10) From 1ba26ea3c395156f984785983556b8b4d1bd0a6c Mon Sep 17 00:00:00 2001 From: GuiLeme Date: Thu, 15 Dec 2022 09:07:16 -0300 Subject: [PATCH 3/3] [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)