From c2b82c9ddf70764b9b0876796303dcc46d4f0357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:15:43 +0000 Subject: [PATCH] build(deps): bump the bundler group across 1 directory with 3 updates Bumps the bundler group with 3 updates in the /record-and-playback/core directory: [nokogiri](https://github.com/sparklemotion/nokogiri), [activesupport](https://github.com/rails/rails) and [rack](https://github.com/rack/rack). Updates `nokogiri` from 1.13.10 to 1.15.6 - [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.13.10...v1.15.6) Updates `activesupport` from 7.0.5 to 7.1.3.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.5...v7.1.3.2) Updates `rack` from 2.2.8 to 3.0.10 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8...v3.0.10) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production dependency-group: bundler-security-group - dependency-name: activesupport dependency-type: indirect dependency-group: bundler-security-group - dependency-name: rack dependency-type: indirect dependency-group: bundler-security-group ... Signed-off-by: dependabot[bot] --- record-and-playback/core/Gemfile | 2 +- record-and-playback/core/Gemfile.lock | 42 ++++++++++++++++++--------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/record-and-playback/core/Gemfile b/record-and-playback/core/Gemfile index 3dc6010857..2301ff26e6 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.19.1' -gem 'nokogiri', '~> 1.13.10', '>= 1.13.10' +gem 'nokogiri', '~> 1.15.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 830a23c6db..33cc8f7c00 100644 --- a/record-and-playback/core/Gemfile.lock +++ b/record-and-playback/core/Gemfile.lock @@ -2,21 +2,30 @@ GEM remote: https://rubygems.org/ specs: absolute_time (1.0.0) - activesupport (7.0.5) + activesupport (7.1.3.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) + base64 (0.2.0) bbbevents (2.0.0) activesupport (>= 5.0.0.1, < 8) rexml + bigdecimal (3.1.7) builder (3.2.4) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) + connection_pool (2.4.1) crass (1.0.6) + drb (2.2.1) fastimage (2.2.6) ffi (1.15.5) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) java_properties (0.0.4) journald-logger (3.1.0) @@ -28,24 +37,28 @@ GEM loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mini_portile2 (2.8.0) + mini_portile2 (2.8.5) minitest (5.14.4) mono_logger (1.1.2) multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + mutex_m (0.2.0) + nokogiri (1.15.6) + mini_portile2 (~> 2.8.2) racc (~> 1.4) open4 (1.3.4) optimist (3.0.1) parallel (1.22.1) parser (3.1.3.0) ast (~> 2.4.1) - racc (1.6.1) - rack (2.2.8) - rack-protection (3.1.0) - rack (~> 2.2, >= 2.2.4) + racc (1.7.3) + rack (3.0.10) + rack-protection (4.0.0) + base64 (>= 0.1.0) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) rainbow (3.1.1) rake (13.0.6) rb-inotify (0.10.1) @@ -75,10 +88,11 @@ GEM ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - sinatra (3.1.0) + sinatra (4.0.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.1.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) tilt (2.2.0) tzinfo (2.0.6) @@ -99,7 +113,7 @@ DEPENDENCIES locale (~> 2.1) loofah (~> 2.19.1) minitest (~> 5.14.1) - nokogiri (~> 1.13.10, >= 1.13.10) + nokogiri (~> 1.15.6) open4 (~> 1.3) optimist rake (>= 12.3, < 14)