From eb1331502b970ac11dcf5f5221fdb36a8b8c76c5 Mon Sep 17 00:00:00 2001 From: GuiLeme Date: Mon, 30 May 2022 14:43:58 -0300 Subject: [PATCH] [update-ruby-gems] - Update of nokogiri and rack-gem --- record-and-playback/core/Gemfile | 2 +- record-and-playback/core/Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/record-and-playback/core/Gemfile b/record-and-playback/core/Gemfile index 154131b964..b1506ead16 100644 --- a/record-and-playback/core/Gemfile +++ b/record-and-playback/core/Gemfile @@ -26,7 +26,7 @@ gem 'journald-logger', '~> 3.0' gem 'jwt', '~> 2.2' gem 'locale', '~> 2.1' gem 'loofah', '~> 2.3' -gem 'nokogiri', '~> 1.13', '>= 1.13.5' +gem 'nokogiri', '~> 1.13', '>= 1.13.6' 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 e7f4c92675..f3ba6d3524 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.7) + activesupport (5.2.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -24,7 +24,7 @@ GEM journald-native (1.0.12) jwt (2.3.0) locale (2.1.3) - loofah (2.16.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.8.0) @@ -33,16 +33,16 @@ GEM multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nokogiri (1.13.5) + nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) open4 (1.3.4) optimist (3.0.1) parallel (1.22.1) - parser (3.1.1.0) + parser (3.1.2.0) ast (~> 2.4.1) racc (1.6.0) - rack (2.2.3) + rack (2.2.3.1) rack-protection (2.2.0) rack rainbow (3.1.1) @@ -95,7 +95,7 @@ DEPENDENCIES locale (~> 2.1) loofah (~> 2.3) minitest (~> 5.14.1) - nokogiri (~> 1.13, >= 1.13.5) + nokogiri (~> 1.13, >= 1.13.6) open4 (~> 1.3) optimist rake (>= 12.3, < 14)