Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the bundler group across 1 directory with 16 updates #7561

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2024

Bumps the bundler group with 13 updates in the / directory:

Package From To
csv 3.3.1 3.3.2
net-imap 0.5.2 0.5.4
jwt 2.9.3 2.10.1
nokogiri 1.17.2 1.18.1
aws-partitions 1.1024.0 1.1029.0
aws-sdk-core 3.214.0 3.214.1
bigdecimal 3.1.8 3.1.9
erubi 1.13.0 1.13.1
ffi 1.17.0 1.17.1
googleauth 1.12.0 1.12.2
irb 1.14.2 1.14.3
rack-test 2.1.0 2.2.0
regexp_parser 2.9.3 2.10.0

Updates csv from 3.3.1 to 3.3.2

Release notes

Sourced from csv's releases.

csv 3.3.2 - 2024-12-21

Fixes

  • Fixed a parse bug with a quoted line with col_sep and an empty line. This was introduced in 3.3.1.
    • GH-324
    • Reported by stoodfarback

Thanks

  • stoodfarback
Changelog

Sourced from csv's changelog.

3.3.2 - 2024-12-21

Fixes

  • Fixed a parse bug with a quoted line with col_sep and an empty line. This was introduced in 3.3.1.
    • GH-324
    • Reported by stoodfarback

Thanks

  • stoodfarback
Commits

Updates net-imap from 0.5.2 to 0.5.4

Release notes

Sourced from net-imap's releases.

v0.5.4

What's Changed

Added

Fixed

Documentation

Full Changelog: ruby/net-imap@v0.5.3...v0.5.4

v0.5.3

What's Changed

Added

Documentation

Full Changelog: ruby/net-imap@v0.5.2...v0.5.3

Commits
  • 45c6628 🔖 Bump version to 0.5.4
  • 4648a06 🔀 Merge pull request #367 from ruby/RFC9394-PARTIAL
  • 39a646d 📚 Document support for the PARTIAL extension
  • 9255757 ✨ Add partial fetch modifier to uid_fetch
  • fa4502d ✨ Add support for PARTIAL esearch result
  • 63e9e49 📚 Update #search rdoc (again!)
  • 43f531e 🐛 Fix partial-range encoding of exclusive ranges
  • 157b528 📚 Fix documentation for #fetch
  • 3d3f658 🔖 Bump version to 0.5.3
  • 6a520fb 🔀 Merge pull request #329 from nevans/vanished
  • Additional commits viewable in compare view

Updates jwt from 2.9.3 to 2.10.1

Changelog

Sourced from jwt's changelog.

v2.10.1 (2024-12-26)

Full Changelog

Fixes and enhancements:

v2.10.0 (2024-12-25)

Full Changelog

Features:

Fixes and enhancements:

  • Deprecation warnings for deprecated methods and classes #629 (@​anakinj)
  • Improved documentation for public apis #629 (@​anakinj)
  • Use correct methods when raising error during signing/verification with EdDSA #633
  • Fix JWT::EncodedToken behavior with empty string as token #640 (@​ragalie)
  • Deprecation warnings for rbnacl backed functionality #641 (@​anakinj)
Commits

Updates nokogiri from 1.17.2 to 1.18.1

Release notes

Sourced from nokogiri's releases.

v1.18.1 / 2024-12-29

Fixed

  • [CRuby] XML::SAX::ParserContext keeps a reference to the input to avoid a potential use-after-free issue that's existed since v1.4.0 (2009). (#3395) @​flavorjones
35837013800e34342fcbaca305f8c49231f6bd4f779bfa23fe7b4686ae82d5b8  nokogiri-1.18.1-aarch64-linux-gnu.gem
1b303402cd045f9075a6ee291767c1ffe654b426ed30911e5b47819c21855b22  nokogiri-1.18.1-aarch64-linux-musl.gem
d75193f284c899d225943a8944479faedd995a7573ddd5c8308ffbdf2ec55204  nokogiri-1.18.1-arm64-darwin.gem
3b873fd6b0cd1ad7c77e87af701075bdfd14c9a6b2f2965c5e00ed29a5627a37  nokogiri-1.18.1-arm-linux-gnu.gem
d6fe26f6d1425f403077fbf829fc0ef8e521545c924a13777d6fdf1a0c07c1f3  nokogiri-1.18.1-arm-linux-musl.gem
df18be7e96c34736b6abfdeda80c6e845134fb9afe2fe5d4fbc1cf1f89c68475  nokogiri-1.18.1.gem
e0e19b340f92d09b2b731e22d68895b2062d6555188aff370b05617516d3a781  nokogiri-1.18.1-java.gem
50d81e905a60dff706b99c980abefedaf1c3d2c434a3b49afaf1b69b80f7f5b4  nokogiri-1.18.1-x64-mingw-ucrt.gem
d94e3aa6483577495fc8969d6b4b5c075840ce6b1ab09636a6d4177ad171051d  nokogiri-1.18.1-x86_64-darwin.gem
e516cf16ccde67ed4cc595a2621ca5ddd42562ecb24928914b0045a20a41620e  nokogiri-1.18.1-x86_64-linux-gnu.gem
f2c389bc100541247edaeaabc6d875b31d72e897471b66a67987b2e4df0192d6  nokogiri-1.18.1-x86_64-linux-musl.gem

v1.18.0 / 2024-12-25

Notable Changes

Ruby

This release introduces native gem support for Ruby 3.4.

This release ends support for Ruby 3.0, for which upstream support ended 2024-04-23.

This release ships separate precompiled GNU and Musl gems for all linux platforms. Previously both GNU and Musl target systems could use and install the same gem, e.g., the platform gem for x86_64-linux. Now, however, the precompiled gem platforms would be x86_64-linux-gnu and x86_64-linux-musl. So long as you're on bundler >= 2.5.6 this should be seamless other than perhaps needing to update the platforms in your "Gemfile.lock".

This release drops precompiled native platform gems for x86-linux and x86-mingw32. These platforms are still supported. Users on these platforms must install the "ruby platform" gem which requires a compiler toolchain. See Installing the ruby platform gem in the installation docs. (#3369, #3081)

Improved

  • [CRuby] CSS and XPath queries are faster now that Node#xpath, Node#css, and related functions are using a faster XPathContext initialization process. We benchmarked a 1.9x improvement for a 6kb file. Big thanks to @​nwellnhof for helping with this one. (#3378, superseded by #3389) @​flavorjones
a240b4183b7a12d82cdd46d7a77255d785e01198ffb0c52c8aee1197daf0b465  nokogiri-1.18.0-aarch64-linux-gnu.gem
a12b764089d9c0e60f4794b685d29a97a3e2952caa1c4c87473c771edb7e9db5  nokogiri-1.18.0-aarch64-linux-musl.gem
e6e75760aa66adf5ea0dccfba2516c111526ba50f6475426975532d1a134173c  nokogiri-1.18.0-arm64-darwin.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.18.1 / 2024-12-29

Fixed

  • [CRuby] XML::SAX::ParserContext keeps a reference to the input to avoid a potential use-after-free issue that's existed since v1.4.0 (2009). (#3395) @​flavorjones

v1.18.0 / 2024-12-25

Notable Changes

Ruby

This release introduces native gem support for Ruby 3.4.

This release ends support for Ruby 3.0, for which upstream support ended 2024-04-23.

This release ships separate precompiled GNU and Musl gems for all linux platforms. Previously both GNU and Musl target systems could use and install the same gem, e.g., the platform gem for x86_64-linux. Now, however, the precompiled gem platforms would be x86_64-linux-gnu and x86_64-linux-musl. So long as you're on bundler >= 2.5.6 this should be seamless other than perhaps needing to update the platforms in your "Gemfile.lock".

This release drops precompiled native platform gems for x86-linux and x86-mingw32. These platforms are still supported. Users on these platforms must install the "ruby platform" gem which requires a compiler toolchain. See Installing the ruby platform gem in the installation docs. (#3369, #3081)

Improved

  • [CRuby] CSS and XPath queries are faster now that Node#xpath, Node#css, and related functions are using a faster XPathContext initialization process. We benchmarked a 1.9x improvement for a 6kb file. Big thanks to @​nwellnhof for helping with this one. (#3378, superseded by #3389) @​flavorjones
Commits
  • 3b28b49 version bump to v1.18.1
  • 6344147 fix: SAX::ParserContext keeps a reference to the input (backport of #3395 to ...
  • 1c9b8f1 doc: update CHANGELOG.md
  • 682a293 fix: SAX::ParserContext keeps a reference to the input
  • fdfb6df ci: bump everything to use 3.4 final (#3394)
  • beec772 ci: windows 3.4 is still not available, use head
  • 3ca18ef ci: bump everything to use 3.4 final
  • 729c96c version bump to v1.18.0
  • 800c29e dep: bump rake-compiler-dock to v1.7.0 (#3392)
  • 5ebb458 dep: bump rake-compiler-dock to v1.7.0
  • Additional commits viewable in compare view

Updates aws-partitions from 1.1024.0 to 1.1029.0

Changelog

Sourced from aws-partitions's changelog.

1.1029.0 (2024-12-26)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1028.0 (2024-12-23)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1027.0 (2024-12-20)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1026.0 (2024-12-19)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1025.0 (2024-12-18)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits

Updates aws-sdk-core from 3.214.0 to 3.214.1

Changelog

Sourced from aws-sdk-core's changelog.

3.214.1 (2024-12-28)

  • Issue - Fix documentation that references a non-existent method.
Commits

Updates bigdecimal from 3.1.8 to 3.1.9

Changelog

Sourced from bigdecimal's changelog.

3.1.9

  • Accept no digits in the fractional part (#302)

    @​kou

Commits
  • a015c8b CI: Disable benchmarking of some versions on Ruby
  • 8bdeafc Bump up to v3.1.9
  • 480dd79 CHANGES: Add v3.1.9 entries
  • 66868ab Accept no digits in the fractional part (#302)
  • de0634c Merge pull request #305 from nobu/c2x-pedantic
  • 5f9466a Fix extra semicolon outside of a function in NO_SANITIZE
  • 996c51b Merge pull request #296 from franzliedke/patch-1
  • ad4fec6 Merge pull request #303 from nobu/extconf
  • 8fa7712 Reduce unnecessary checks
  • 33b5374 Merge pull request #299 from anakinj/minimal-typo-fix
  • Additional commits viewable in compare view

Updates erubi from 1.13.0 to 1.13.1

Changelog

Sourced from erubi's changelog.

=== 1.13.1 (2024-12-19)

  • Avoid spurious frozen string literal warnings for chilled strings when using Ruby 3.4 (jeremyevans)
Commits
  • f1a0fb5 Bump version to 1.13.1
  • aeae5e7 Use -W:strict_unused_block when running tests on Ruby 3.4+
  • 6aa6f52 Avoid spurious frozen string literal warnings on Ruby 3.4.0-preview2
  • See full diff in compare view

Updates ffi from 1.17.0 to 1.17.1

Commits

Updates googleauth from 1.12.0 to 1.12.2

Release notes

Sourced from googleauth's releases.

googleauth: v1.12.2

1.12.2 (2024-12-19)

Bug Fixes

  • GCECredentials lazily fetches from the metadata server to ensure a universe domain is known (#509)

googleauth: v1.12.1

1.12.1 (2024-12-17)

Bug Fixes

  • Restored previous behavior where the apply! method returns the auth header (#506)
Changelog

Sourced from googleauth's changelog.

1.12.2 (2024-12-19)

Bug Fixes

  • GCECredentials lazily fetches from the metadata server to ensure a universe domain is known (#509)

1.12.1 (2024-12-17)

Bug Fixes

  • Restored previous behavior where the apply! method returns the auth header (#506)
Commits
  • 3f5ed1e chore(main): release googleauth 1.12.2 (#510)
  • 3678316 fix: GCECredentials lazily fetches from the metadata server to ensure a unive...
  • 60ec865 chore(main): release googleauth 1.12.1 (#507)
  • b10cda4 fix: Restored previous behavior where the apply! method returns the auth head...
  • See full diff in compare view

Updates irb from 1.14.2 to 1.14.3

Release notes

Sourced from irb's releases.

v1.14.3

What's Changed

🐛 Bug Fixes

📚 Documentation

🛠 Other Changes

New Contributors

Full Changelog: ruby/irb@v1.14.2...v1.14.3

Commits

Updates json from 2.9.0 to 2.9.1

Release notes

Sourced from json's releases.

v2.9.1

What's Changed

  • Add support for Solaris 10 which lacks strnlen()
Changelog

Sourced from json's changelog.

2024-12-18 (2.9.1)

  • Fix support for Solaris 10.
Commits

Updates logger from 1.6.3 to 1.6.4

Release notes

Sourced from logger's releases.

v1.6.4

What's Changed

Full Changelog: ruby/logger@v1.6.3...v1.6.4

Commits

Updates rack-test from 2.1.0 to 2.2.0

Changelog

Sourced from rack-test's changelog.

2.2.0 / 2024-12-23

  • Bug fixes:

    • Rack::Test::Cookie now parses cookie parameters using a case-insensitive approach (Guillaume Malette #349)
  • Minor enhancements:

    • Arrays of cookies containing a blank cookie are now handled correctly when processing responses. (Martin Emde #343)
    • Rack::Test::UploadedFile no longer uses a finalizer for named paths to close and unlink the created Tempfile. Tempfile itself uses a finalizer to close and unlink itself, so there is no reason for Rack::Test::UploadedFile to do so (Jeremy Evans #338)
Commits
  • 8c0cfba Bump version to 2.2.0
  • 3a87147 Update History for missed commit
  • 6ba3d04 Remove unnecessary check for starting period in domain inside #valid?
  • f392125 Use -W:strict_unused_block when running tests on Ruby 3.4+
  • 64cd524 Fix spurious warnings in tests when using Rack 3.1
  • e5e9d89 Update History.md
  • 16a3c5c fix: cookie-av allows arbitrary casing
  • 8e5a77b Fix a couple spec failures on Ruby 3.4.0-preview2
  • 35b7310 Fix array of cookies in response containing a blank cookie
  • c69b465 Add Ruby 3.3 to CI and bump actions/checkout to v4
  • Additional commits viewable in compare view

Updates rdoc from 6.9.1 to 6.10.0

Release notes

Sourced from rdoc's releases.

v6.10.0

What's Changed

✨ Enhancements

🐛 Bug Fixes

🛠 Other Changes

Full Changelog: ruby/rdoc@v6.9.1...v6.10.0

Commits

Updates regexp_parser from 2.9.3 to 2.10.0

Changelog

Sourced from regexp_parser's changelog.

[2.10.0] - 2024-12-25 - Janosch Müller

Added

  • #referenced_expressions
    • like #referenced_expression, but for multiplexing backrefs
    • returns the Group expressions that are being referenced

Fixed

  • fixed #char & #codepoint errors for single-digit hex escapes
    • e.g. \xA
Commits

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the bundler group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [csv](https://github.com/ruby/csv) | `3.3.1` | `3.3.2` |
| [net-imap](https://github.com/ruby/net-imap) | `0.5.2` | `0.5.4` |
| [jwt](https://github.com/jwt/ruby-jwt) | `2.9.3` | `2.10.1` |
| [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.17.2` | `1.18.1` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1024.0` | `1.1029.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.214.0` | `3.214.1` |
| [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.8` | `3.1.9` |
| [erubi](https://github.com/jeremyevans/erubi) | `1.13.0` | `1.13.1` |
| [ffi](https://github.com/ffi/ffi) | `1.17.0` | `1.17.1` |
| [googleauth](https://github.com/googleapis/google-auth-library-ruby) | `1.12.0` | `1.12.2` |
| [irb](https://github.com/ruby/irb) | `1.14.2` | `1.14.3` |
| [rack-test](https://github.com/rack/rack-test) | `2.1.0` | `2.2.0` |
| [regexp_parser](https://github.com/ammar/regexp_parser) | `2.9.3` | `2.10.0` |



Updates `csv` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/ruby/csv/releases)
- [Changelog](https://github.com/ruby/csv/blob/master/NEWS.md)
- [Commits](ruby/csv@v3.3.1...v3.3.2)

Updates `net-imap` from 0.5.2 to 0.5.4
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.5.2...v0.5.4)

Updates `jwt` from 2.9.3 to 2.10.1
- [Release notes](https://github.com/jwt/ruby-jwt/releases)
- [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md)
- [Commits](jwt/ruby-jwt@v2.9.3...v2.10.1)

Updates `nokogiri` from 1.17.2 to 1.18.1
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.17.2...v1.18.1)

Updates `aws-partitions` from 1.1024.0 to 1.1029.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.214.0 to 3.214.1
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `bigdecimal` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/ruby/bigdecimal/releases)
- [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md)
- [Commits](ruby/bigdecimal@v3.1.8...v3.1.9)

Updates `erubi` from 1.13.0 to 1.13.1
- [Changelog](https://github.com/jeremyevans/erubi/blob/master/CHANGELOG)
- [Commits](jeremyevans/erubi@1.13.0...1.13.1)

Updates `ffi` from 1.17.0 to 1.17.1
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ffi/ffi/commits)

Updates `googleauth` from 1.12.0 to 1.12.2
- [Release notes](https://github.com/googleapis/google-auth-library-ruby/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-ruby/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-ruby@googleauth/v1.12.0...googleauth/v1.12.2)

Updates `irb` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/ruby/irb/releases)
- [Commits](ruby/irb@v1.14.2...v1.14.3)

Updates `json` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.9.0...v2.9.1)

Updates `logger` from 1.6.3 to 1.6.4
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.3...v1.6.4)

Updates `rack-test` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](rack/rack-test@v2.1.0...v2.2.0)

Updates `rdoc` from 6.9.1 to 6.10.0
- [Release notes](https://github.com/ruby/rdoc/releases)
- [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
- [Commits](ruby/rdoc@v6.9.1...v6.10.0)

Updates `regexp_parser` from 2.9.3 to 2.10.0
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](ammar/regexp_parser@v2.9.3...v2.10.0)

---
updated-dependencies:
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: nokogiri
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: aws-partitions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: aws-sdk-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: bigdecimal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: erubi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: ffi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: googleauth
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: irb
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: rack-test
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: rdoc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: regexp_parser
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 31, 2024 21:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 31, 2024
@colinbruce colinbruce merged commit 9c65925 into main Jan 2, 2025
17 checks passed
@colinbruce colinbruce deleted the dependabot/bundler/bundler-b32575c339 branch January 2, 2025 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant