Skip to content

Commit e3d8b09

Browse files
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), [rack](https://github.com/rack/rack) and [sinatra](https://github.com/sinatra/sinatra). Updates `nokogiri` from 1.16.5 to 1.18.3 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.5...v1.18.3) Updates `rack` from 2.2.8.1 to 2.2.13 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.8.1...v2.2.13) Updates `sinatra` from 3.1.0 to 4.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.1.0...v4.1.0) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler - dependency-name: sinatra dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c34164 commit e3d8b09

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

record-and-playback/core/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'journald-logger', '~> 3.0'
2626
gem 'jwt', '~> 2.2'
2727
gem 'locale', '~> 2.1'
2828
gem 'loofah', '~> 2.19.1'
29-
gem 'nokogiri', '~> 1.16.5'
29+
gem 'nokogiri', '~> 1.18.3'
3030
gem 'open4', '~> 1.3'
3131
gem 'rb-inotify', '~> 0.10'
3232
gem 'redis', '~> 4.1'

record-and-playback/core/Gemfile.lock

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ GEM
88
minitest (>= 5.1)
99
tzinfo (~> 2.0)
1010
ast (2.4.2)
11+
base64 (0.2.0)
1112
bbbevents (2.0.0)
1213
activesupport (>= 5.0.0.1, < 8)
1314
rexml
@@ -26,16 +27,17 @@ GEM
2627
jwt (2.5.0)
2728
language_server-protocol (3.17.0.3)
2829
locale (2.1.3)
30+
logger (1.6.6)
2931
loofah (2.19.1)
3032
crass (~> 1.0.2)
3133
nokogiri (>= 1.5.9)
32-
mini_portile2 (2.8.7)
34+
mini_portile2 (2.8.8)
3335
minitest (5.14.4)
3436
mono_logger (1.1.2)
3537
multi_json (1.15.0)
36-
mustermann (3.0.0)
38+
mustermann (3.0.3)
3739
ruby2_keywords (~> 0.0.1)
38-
nokogiri (1.16.5)
40+
nokogiri (1.18.3)
3941
mini_portile2 (~> 2.8.2)
4042
racc (~> 1.4)
4143
open4 (1.3.4)
@@ -45,9 +47,14 @@ GEM
4547
ast (~> 2.4.1)
4648
racc
4749
racc (1.8.1)
48-
rack (2.2.8.1)
49-
rack-protection (3.1.0)
50-
rack (~> 2.2, >= 2.2.4)
50+
rack (3.1.12)
51+
rack-protection (4.1.0)
52+
base64 (>= 0.1.0)
53+
logger (>= 1.6.0)
54+
rack (>= 3.0.0, < 4)
55+
rack-session (2.1.0)
56+
base64 (>= 0.1.0)
57+
rack (>= 3.0.0)
5158
rainbow (3.1.1)
5259
rake (13.0.6)
5360
rb-inotify (0.10.1)
@@ -77,12 +84,14 @@ GEM
7784
ruby-progressbar (1.13.0)
7885
ruby2_keywords (0.0.5)
7986
rubyzip (2.3.2)
80-
sinatra (3.1.0)
87+
sinatra (4.1.0)
88+
logger (>= 1.6.0)
8189
mustermann (~> 3.0)
82-
rack (~> 2.2, >= 2.2.4)
83-
rack-protection (= 3.1.0)
90+
rack (>= 3.0.0, < 4)
91+
rack-protection (= 4.1.0)
92+
rack-session (>= 2.0.0, < 3)
8493
tilt (~> 2.0)
85-
tilt (2.2.0)
94+
tilt (2.6.0)
8695
tzinfo (2.0.6)
8796
concurrent-ruby (~> 1.0)
8897
unicode-display_width (2.6.0)
@@ -101,7 +110,7 @@ DEPENDENCIES
101110
locale (~> 2.1)
102111
loofah (~> 2.19.1)
103112
minitest (~> 5.14.1)
104-
nokogiri (~> 1.16.5)
113+
nokogiri (~> 1.18.3)
105114
open4 (~> 1.3)
106115
optimist
107116
rake (>= 12.3, < 14)

0 commit comments

Comments
 (0)