Merge pull request #19895 from bigbluebutton/dependabot/bundler/record-and-playback/core/bundler-security-group-26dcbcea1e

build(deps): bump the bundler group across 1 directory with 3 updates
This commit is contained in:
Anton Georgiev 2024-04-03 09:51:17 -04:00 committed by GitHub
commit 36b3f86648
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 29 additions and 15 deletions

View File

@ -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'

View File

@ -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)