Skip to content

Commit 29e2c9b

Browse files
Bump the ruby-deps group with 5 updates
Bumps the ruby-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.38.0` | `4.39.0` | | [connection_pool](https://github.com/mperham/connection_pool) | `3.0.1` | `3.0.2` | | [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.33.1` | `4.33.2` | | [json](https://github.com/ruby/json) | `2.17.1` | `2.18.0` | | [minitest](https://github.com/minitest/minitest) | `5.26.2` | `5.27.0` | Updates `selenium-webdriver` from 4.38.0 to 4.39.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.38.0...selenium-4.39.0) Updates `connection_pool` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](mperham/connection_pool@v3.0.1...v3.0.2) Updates `google-protobuf` from 4.33.1 to 4.33.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `json` from 2.17.1 to 2.18.0 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.17.1...v2.18.0) Updates `minitest` from 5.26.2 to 5.27.0 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.26.2...v5.27.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: connection_pool dependency-version: 3.0.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: google-protobuf dependency-version: 4.33.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: json dependency-version: 2.18.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: minitest dependency-version: 5.27.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93efb32 commit 29e2c9b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
childprocess (5.1.0)
3232
logger (~> 1.5)
3333
concurrent-ruby (1.3.5)
34-
connection_pool (3.0.1)
34+
connection_pool (3.0.2)
3535
declarative (0.0.20)
3636
deep_merge (1.2.2)
3737
diff-lcs (1.6.2)
@@ -45,16 +45,16 @@ GEM
4545
grpc (>= 1.74.0, < 2.0)
4646
parser (>= 3.1, < 4.0)
4747
unparser (>= 0.6.4, < 0.9.0)
48-
google-protobuf (4.33.1)
48+
google-protobuf (4.33.2)
4949
bigdecimal
5050
rake (>= 13)
51-
google-protobuf (4.33.1-aarch64-linux-gnu)
51+
google-protobuf (4.33.2-aarch64-linux-gnu)
5252
bigdecimal
5353
rake (>= 13)
54-
google-protobuf (4.33.1-arm64-darwin)
54+
google-protobuf (4.33.2-arm64-darwin)
5555
bigdecimal
5656
rake (>= 13)
57-
google-protobuf (4.33.1-x86_64-linux-gnu)
57+
google-protobuf (4.33.2-x86_64-linux-gnu)
5858
bigdecimal
5959
rake (>= 13)
6060
googleapis-common-protos-types (1.22.0)
@@ -76,7 +76,7 @@ GEM
7676
domain_name (~> 0.5)
7777
i18n (1.14.7)
7878
concurrent-ruby (~> 1.0)
79-
json (2.17.1)
79+
json (2.18.0)
8080
json_builder (3.1.7)
8181
activesupport (>= 2.0.0)
8282
json
@@ -90,7 +90,7 @@ GEM
9090
mime-types-data (3.2025.0924)
9191
mini_mime (1.1.5)
9292
mini_portile2 (2.8.9)
93-
minitest (5.26.2)
93+
minitest (5.27.0)
9494
multi_json (1.18.0)
9595
netrc (0.11.0)
9696
nokogiri (1.18.10)
@@ -131,7 +131,7 @@ GEM
131131
representable (~> 3.1)
132132
rubyzip (3.2.2)
133133
securerandom (0.4.1)
134-
selenium-webdriver (4.38.0)
134+
selenium-webdriver (4.39.0)
135135
base64 (~> 0.2)
136136
logger (~> 1.4)
137137
rexml (~> 3.2, >= 3.2.5)

0 commit comments

Comments
 (0)