Bump the ruby-deps group with 6 updates#1333
Merged
Merged
Conversation
Bumps the ruby-deps group with 6 updates: | Package | From | To | | --- | --- | --- | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.41.0` | `4.42.0` | | [multi_json](https://github.com/sferik/multi_json) | `1.19.1` | `1.20.0` | | [bigdecimal](https://github.com/ruby/bigdecimal) | `4.1.0` | `4.1.1` | | [http-cookie](https://github.com/sparklemotion/http-cookie) | `1.1.0` | `1.1.4` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2026.0331` | `3.2026.0407` | | [regexp_parser](https://github.com/ammar/regexp_parser) | `2.11.3` | `2.12.0` | Updates `selenium-webdriver` from 4.41.0 to 4.42.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.41.0...selenium-4.42.0) Updates `multi_json` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/sferik/multi_json/blob/main/CHANGELOG.md) - [Commits](sferik/multi_json@v1.19.1...v1.20.0) Updates `bigdecimal` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v4.1.0...v4.1.1) Updates `http-cookie` from 1.1.0 to 1.1.4 - [Release notes](https://github.com/sparklemotion/http-cookie/releases) - [Changelog](https://github.com/sparklemotion/http-cookie/blob/master/CHANGELOG.md) - [Commits](sparklemotion/http-cookie@v1.1.0...v1.1.4) Updates `mime-types-data` from 3.2026.0331 to 3.2026.0407 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2026.0331...v3.2026.0407) Updates `regexp_parser` from 2.11.3 to 2.12.0 - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md) - [Commits](ammar/regexp_parser@v2.11.3...v2.12.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: multi_json dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: bigdecimal dependency-version: 4.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: http-cookie dependency-version: 1.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: mime-types-data dependency-version: 3.2026.0407 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: regexp_parser dependency-version: 2.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the ruby-deps group with 6 updates:
4.41.04.42.01.19.11.20.04.1.04.1.11.1.01.1.43.2026.03313.2026.04072.11.32.12.0Updates
selenium-webdriverfrom 4.41.0 to 4.42.0Release notes
Sourced from selenium-webdriver's releases.
... (truncated)
Changelog
Sourced from selenium-webdriver's changelog.
Commits
74c7f02[build] Prepare for release of selenium-4.42.0 (#17322)fa5b814[rb] fix Ruby tests failing because of alerts in Firefox (#17294)b1a7b8d[bazel] Update to Bazel 9 (#16757)5c23c7d[rb] Use portable Ruby (#16936)e5fc4e5[rust][rb] Update lock files with new versions (#17118)6865ab3[build] Reset versions to nightly after 4.41.0 releaseUpdates
multi_jsonfrom 1.19.1 to 1.20.0Changelog
Sourced from multi_json's changelog.
... (truncated)
Commits
f262be6Work around sigstore-ruby JRuby signing failure8cc1f09Version 1.20.02fe0169Drop the UnannotatedEmptyCollection Steep override6e8ed17Hoist block_given? out of MutexStore#fetch's critical section9fe1255Short-circuit Adapter.blank? on JSON object and array sigilsccc6425Replace (...) forwarding with explicit *args in Options1760acbCollapse Concurrency wrappers into a single synchronize(name)05669e6Walk superclass chain manually in Adapter.walk_default_options2e4a9acFreeze string literals across the lib and test treesdc67097Pin concurrent-ruby in the development GemfileUpdates
bigdecimalfrom 4.1.0 to 4.1.1Release notes
Sourced from bigdecimal's releases.
Changelog
Sourced from bigdecimal's changelog.
Commits
219cb2eBump version to v4.1.1 (#516)3bf735fAdd a workaround for slow BigDecimal#to_f when it has large N_significant_dig...ae1d238tiny grammar fix in README.md (#513)70caa24Update to cover change in Bundler (#512)f0985b3Increase VpMult batch size (#511)32fb1deMultiplication with 8-decdig batch (#501)1f2894fRemove unused minitest from Gemfile (#510)bf04ad4Make BigDecimal object embedded (#507)64834a8Add changelog for 4.1.0. (#508)db5888aDefinetestas the default rake task (#509)Updates
http-cookiefrom 1.1.0 to 1.1.4Release notes
Sourced from http-cookie's releases.
Changelog
Sourced from http-cookie's changelog.
Commits
2673919Bump version to 1.1.4bdb2c4dRequire http/cookie/version from http/cookie_jar so it is directly loadable483ee5eBump version to 1.1.3e1ffa5cTest on Ruby 2.6621fbeeFix syntax error on Ruby 2.678767e1Bump version to 1.1.2d230111Stop requiring sqlite3 at load time (#59)e321252Stop requiring sqlite3 at load time21729e5Relax sqlite3 version constraint to >= 1.3a3d1e7fBump version to 1.1.1Updates
mime-types-datafrom 3.2026.0331 to 3.2026.0407Changelog
Sourced from mime-types-data's changelog.
Commits
cdd6e72Update mime-types-data 3.2026.0407 / 2026-04-071bcba11deps: bump the actions group with 2 updatesUpdates
regexp_parserfrom 2.11.3 to 2.12.0Changelog
Sourced from regexp_parser's changelog.
Commits
55f48a1Release v2.12.02c97fc7Disable gouteur for mutant2d2babdAdd ruby 4 unicode propertiesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions