Skip to content

Commit

Permalink
Merge pull request bigbluebutton#20284 from bigbluebutton/dependabot/…
Browse files Browse the repository at this point in the history
…bundler/record-and-playback/core/bundler-e3e5eef785

build(deps): bump the bundler group across 1 directory with 2 updates
  • Loading branch information
antobinary authored May 24, 2024
2 parents f29e7a2 + 78226e0 commit d5aa6db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion record-and-playback/core/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.6'
gem 'nokogiri', '~> 1.16.5'
gem 'open4', '~> 1.3'
gem 'rb-inotify', '~> 0.10'
gem 'redis', '~> 4.1'
Expand Down
10 changes: 6 additions & 4 deletions record-and-playback/core/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ GEM
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.14.4)
mono_logger (1.1.2)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
nokogiri (1.15.6)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
open4 (1.3.4)
Expand Down Expand Up @@ -72,7 +72,8 @@ GEM
multi_json (~> 1.0)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
rexml (3.2.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rubocop (1.31.2)
json (~> 2.3)
parallel (~> 1.10)
Expand All @@ -94,6 +95,7 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
strscan (3.1.0)
tilt (2.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -113,7 +115,7 @@ DEPENDENCIES
locale (~> 2.1)
loofah (~> 2.19.1)
minitest (~> 5.14.1)
nokogiri (~> 1.15.6)
nokogiri (~> 1.16.5)
open4 (~> 1.3)
optimist
rake (>= 12.3, < 14)
Expand Down

0 comments on commit d5aa6db

Please sign in to comment.