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

Bump the ruby-deps group across 1 directory with 8 updates #615

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the ruby-deps group with 8 updates in the / directory:

Package From To
rails 7.0.8.1 7.1.3.2
mongoid 7.5.4 8.1.5
mongo 2.15.1 2.20.0
gds-sso 19.0.0 19.1.0
govuk_app_config 9.8.2 9.11.0
rspec-rails 6.1.1 6.1.2
rubocop-govuk 4.14.0 4.16.1
webmock 3.20.0 3.23.0

Updates rails from 7.0.8.1 to 7.1.3.2

Release notes

Sourced from rails's releases.

v7.1.3.2

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Fix raise_on_missing_translations not working correctly with the translate method in controllers after the patch for CVE-2024-26143.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits
  • 6f0d1ad Preparing for 7.1.3.2 release
  • c25f0fc Respect raise_on_missing_ in controller
  • d73ed95 Preparing for 7.1.3.1 release
  • 43037d8 update changelog
  • 5187a9e fix XSS vulnerability when using translation
  • b4d3bfb Fix ReDoS in accept header scanning
  • 36c1591 Preparing for 7.1.3 release
  • a84622f Sync changelog
  • 1f505f0 Merge pull request #50771 from rails/backport-preview-nplus1
  • d8a8dd9 Merge pull request #50758 from rails/fix-video-preview-nplus1
  • Additional commits viewable in compare view

Updates mongoid from 7.5.4 to 8.1.5

Release notes

Sourced from mongoid's releases.

8.1.5

This patch release includes the following fixes:

MONGOID-5704: By default, associations (like belongs_to) are validated when a document is saved. However, Mongoid was aggressively loading persisted associations and validating them, which led to a significant performance regression in Mongoid 8+ (versus Mongoid 7.x). This patch fixes this regression by only validating associations that are (1) currently in-memory, and (2) either unpersisted or modified.

MONGOID-5709: has_and_belongs_to_many associations on embedded docments were broken, and attempting to use them would result in an "InvalidPath" exception. This patch release fixes that bug.

8.1.4

This is a patch release in 8.1.x series fixes the following issue:

We strongly recommend to upgrade to this version if you use 8.1.3.

This release also adds the following improvement:

8.1.3

This is a patch release in 8.1.x series that adds support for Rails 7.1.

The following issues were fixed:

8.1.2

Mongoid 8.1.2 is a patch release in the 8.1 series, addressing the following issues:

The following issue was also done, affecting only a clean-up of old documentation:

8.1.1

Mongoid 8.1.1 is a patch release in the 8.x series. It fixes the following issue:

It also corrects the following documentation error:

8.1.0

Mongoid 8.1.0 is a feature release in 8.x series with the following significant new functionality:

... (truncated)

Commits

Updates mongo from 2.15.1 to 2.20.0

Release notes

Sourced from mongo's releases.

2.20.0

Version 2.20.0 of the Ruby driver for MongoDB is released. This adds the following new features:

  • Connection strings no longer require a slash between the hosts and the options. E.g., "mongodb://example.com?w=1" and "mongodb://example.com/?w=1" are both valid connection strings now. (https://jira.mongodb.org/browse/RUBY-3329)
  • Container runtime and orchestration metadata for the client environment are now sent to the server for analytics purposes. (https://jira.mongodb.org/browse/RUBY-3298)
  • When connecting to a CosmosDB (Azure) or DocumentDB (Amazon) instance, a warning message will now be logged. (https://jira.mongodb.org/browse/RUBY-3296)
  • When attempting a retry of a read or write operation in a sharded topology, the retry will be attempted on a different mongos instance, if possible. (https://jira.mongodb.org/browse/RUBY-2748)
  • Add support for the newly-released Ruby-BSON version 5.0.
  • Support for Ruby 2.5 and 2.6 has been discontinued. Support for Ruby 2.7 and JRuby 9.2 has been deprecated, and will be discontinued in a future driver version. Support for JRuby 9.4 has been added.

This release also fixes the following user-facing issues:

2.19.3

This is a patch release that adds support for:

2.19.2

This is a patch release that fixes the following issue:

2.19.1

This patch release in the 2.19 series fixes the following issue:

RUBY-3284 Connection Pool does not open new connections when needed

2.19.0

This feature release of the Ruby driver supports MongoDB version 7.0. It includes the following new features:

The following issues were addressed:

The following minor improvements were made:

... (truncated)

Changelog

Sourced from mongo's changelog.

.. _release-notes:


Release Notes


.. default-domain:: mongodb

This page documents significant changes in driver releases.

It is not an exhaustive list of changes and generally does not enumerate bug fixes; please consult the releases page on GitHub <https://github.com/mongodb/mongo-ruby-driver/releases>_ for a more comprehensive list of changes in each version of the driver and the releases page in Jira <https://jira.mongodb.org/projects/RUBY?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released>_ for the complete list of changes, including those internal to the driver and its test suite.

.. _release-notes-2.20:

2.20

This release includes the following new features:

  • Support for Ruby 2.5 and 2.6 has been discontinued. Support for Ruby 2.7 and JRuby 9.2 has been deprecated, and will be discontinued in the next minor driver version. Support for JRuby 9.4 has been added.
  • Support for the newly-released Ruby-BSON version 5.0.
  • Connection strings no longer require a slash between the hosts and the options. E.g., "mongodb://example.com?w=1" and "mongodb://example.com/?w=1" are both valid connection strings now.
  • Container runtime and orchestration metadata for the client environment are now sent to the server for analytics purposes.
  • A warning message is now written to the log when the host is detected to be a CosmosDB (Azure) or DocumentDB (Amazon) instance.
  • When attempting a retry of a read or write operation in a sharded topology, the retry will be attempted on a different mongos instance, if possible.

.. _release-notes-2.19:

2.19

This release of the Ruby driver supports MongoDB version 7.0. The Ruby driver now supports Ruby 3.2. Ruby 2.5 and 2.6 are now deprecated.

... (truncated)

Commits

Updates gds-sso from 19.0.0 to 19.1.0

Changelog

Sourced from gds-sso's changelog.

19.1.0

  • Drop support for Rails 6

  • Drop support for Ruby 3.0

  • Adds config option that allows apps to change the default behaviour of intercepting 401 requests, by including an initialiser: GDS::SSO.config { |config| config.intercept_401_responses = false }.

  • Added AuthorisedUserConstraint class so that consumer apps can easily add permission based constraints.

  • Adds deprecation warning for GDS::SSO::ControllerMethods::PermissionDeniedException. If your app uses this you can replace it with GDS::SSO::PermissionDeniedError.

Commits
  • e226038 Merge pull request #304 from alphagov/bump-version-19.1.0
  • 261ec3a Bump version to 19.1.0
  • a9b93d2 Merge pull request #300 from alphagov/add-constraints-and-config-options
  • 077e35e Update changelog
  • f407c5e Add authorise user constraint system spec
  • 1228da6 Re-use authorisation logic in the controller_methods class
  • 2fa18d8 Extract the user authorisation logic into a separate class
  • 40afea5 Add PermissionDeniedError error class under GDS::SSO namespace
  • 41fc5ff Adds authorised user constraint
  • 1d03541 Add config for warden to not intercept 401 requests
  • Additional commits viewable in compare view

Updates govuk_app_config from 9.8.2 to 9.11.0

Changelog

Sourced from govuk_app_config's changelog.

9.11.0

  • Add GDS::SSO::PermissionDeniedError to excluded exceptions list (#366)

9.10.0

  • Simplify the logic for deciding whether to initialize GovukPrometheusExporter. GovukPrometheusExporter provides the /metrics webserver and "exporter" process for aggregating counters in multi-process apps. govuk_app_config will now always attempt to initialize GovukPrometheusExporter except when running under rails console. The GOVUK_PROMETHEUS_EXPORTER environment variable no longer has any effect.

9.9.2

  • Add single cookie consent api URLs (#355)

9.9.1

  • Stop sending SignalExceptions to Sentry by default.

9.9.0

  • Drop support for Ruby 3.0. The minimum required Ruby version is now 3.1.4.
Commits
  • 200c614 Merge pull request #366 from alphagov/add-excluded-exception-gds-sso-permissi...
  • 95fd7a5 Update changelog and bump version number
  • 1f00eb0 Add GDS::SSO::PermissionDeniedError to excluded exceptions list
  • 4075767 Merge pull request #365 from alphagov/merger-v2
  • b3f90c9 Update to govuk-dependabot-merger v2 and automerge external deps
  • 234d979 Add simplecov to monitor code coverage of our tests
  • 706b77f Merge pull request #364 from alphagov/9-10-0
  • 94ca7c0 Release 9.10.0
  • e7fc12c Merge pull request #363 from alphagov/dependabot/bundler/rubocop-govuk-eq-4.16.1
  • 7101988 Update rubocop-govuk requirement from = 4.15.0 to = 4.16.1
  • Additional commits viewable in compare view

Updates mongo from 2.15.1 to 2.20.0

Release notes

Sourced from mongo's releases.

2.20.0

Version 2.20.0 of the Ruby driver for MongoDB is released. This adds the following new features:

  • Connection strings no longer require a slash between the hosts and the options. E.g., "mongodb://example.com?w=1" and "mongodb://example.com/?w=1" are both valid connection strings now. (https://jira.mongodb.org/browse/RUBY-3329)
  • Container runtime and orchestration metadata for the client environment are now sent to the server for analytics purposes. (https://jira.mongodb.org/browse/RUBY-3298)
  • When connecting to a CosmosDB (Azure) or DocumentDB (Amazon) instance, a warning message will now be logged. (https://jira.mongodb.org/browse/RUBY-3296)
  • When attempting a retry of a read or write operation in a sharded topology, the retry will be attempted on a different mongos instance, if possible. (https://jira.mongodb.org/browse/RUBY-2748)
  • Add support for the newly-released Ruby-BSON version 5.0.
  • Support for Ruby 2.5 and 2.6 has been discontinued. Support for Ruby 2.7 and JRuby 9.2 has been deprecated, and will be discontinued in a future driver version. Support for JRuby 9.4 has been added.

This release also fixes the following user-facing issues:

2.19.3

This is a patch release that adds support for:

2.19.2

This is a patch release that fixes the following issue:

2.19.1

This patch release in the 2.19 series fixes the following issue:

RUBY-3284 Connection Pool does not open new connections when needed

2.19.0

This feature release of the Ruby driver supports MongoDB version 7.0. It includes the following new features:

The following issues were addressed:

The following minor improvements were made:

... (truncated)

Changelog

Sourced from mongo's changelog.

.. _release-notes:


Release Notes


.. default-domain:: mongodb

This page documents significant changes in driver releases.

It is not an exhaustive list of changes and generally does not enumerate bug fixes; please consult the releases page on GitHub <https://github.com/mongodb/mongo-ruby-driver/releases>_ for a more comprehensive list of changes in each version of the driver and the releases page in Jira <https://jira.mongodb.org/projects/RUBY?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released>_ for the complete list of changes, including those internal to the driver and its test suite.

.. _release-notes-2.20:

2.20

This release includes the following new features:

  • Support for Ruby 2.5 and 2.6 has been discontinued. Support for Ruby 2.7 and JRuby 9.2 has been deprecated, and will be discontinued in the next minor driver version. Support for JRuby 9.4 has been added.
  • Support for the newly-released Ruby-BSON version 5.0.
  • Connection strings no longer require a slash between the hosts and the options. E.g., "mongodb://example.com?w=1" and "mongodb://example.com/?w=1" are both valid connection strings now.
  • Container runtime and orchestration metadata for the client environment are now sent to the server for analytics purposes.
  • A warning message is now written to the log when the host is detected to be a CosmosDB (Azure) or DocumentDB (Amazon) instance.
  • When attempting a retry of a read or write operation in a sharded topology, the retry will be attempted on a different mongos instance, if possible.

.. _release-notes-2.19:

2.19

This release of the Ruby driver supports MongoDB version 7.0. The Ruby driver now supports Ruby 3.2. Ruby 2.5 and 2.6 are now deprecated.

... (truncated)

Commits

Updates mongoid from 7.5.4 to 8.1.5

Release notes

Sourced from mongoid's releases.

8.1.5

This patch release includes the following fixes:

MONGOID-5704: By default, associations (like belongs_to) are validated when a document is saved. However, Mongoid was aggressively loading persisted associations and validating them, which led to a significant performance regression in Mongoid 8+ (versus Mongoid 7.x). This patch fixes this regression by only validating associations that are (1) currently in-memory, and (2) either unpersisted or modified.

MONGOID-5709: has_and_belongs_to_many associations on embedded docments were broken, and attempting to use them would result in an "InvalidPath" exception. This patch release fixes that bug.

8.1.4

This is a patch release in 8.1.x series fixes the following issue:

We strongly recommend to upgrade to this version if you use 8.1.3.

This release also adds the following improvement:

8.1.3

This is a patch release in 8.1.x series that adds support for Rails 7.1.

The following issues were fixed:

8.1.2

Mongoid 8.1.2 is a patch release in the 8.1 series, addressing the following issues:

The following issue was also done, affecting only a clean-up of old documentation:

8.1.1

Mongoid 8.1.1 is a patch release in the 8.x series. It fixes the following issue:

It also corrects the following documentation error:

8.1.0

Mongoid 8.1.0 is a feature release in 8.x series with the following significant new functionality:

... (truncated)

Commits

Updates rspec-rails from 6.1.1 to 6.1.2

Changelog

Sourced from rspec-rails's changelog.

6.1.2 / 2024-03-19

Full Changelog

Bug Fixes:

  • Fix generated mailer paths to match Rails convention. (Patrício dos Santos, #2735)
  • Fix class in template for generator specs. (Nicolas Buduroi, #2744)
Commits

Updates rubocop-govuk from 4.14.0 to 4.16.1

Changelog

Sourced from rubocop-govuk's changelog.

4.16.1

  • Update dependencies

4.16.0

  • Disable Style/MultilineBlockChain
  • Update rubocop-rails to 2.24.1

4.15.0

  • Update rubocop to 1.62.1
  • Update rubocop-ast to 1.31.2
  • Update rubocop-rails to 2.24.0
  • Update rubocop-rspec to 2.27.1
Commits
  • 24a1bc5 Merge pull request #369 from alphagov/release-4.16.1
  • f981dd9 Release v4.16.1
  • 5d2f3bf Merge pull request #367 from alphagov/dependabot/bundler/rubocop-rspec-eq-2.28.0
  • 627e202 Update rubocop-rspec requirement from = 2.27.1 to = 2.28.0
  • ed4be7c Merge pull request #366 from alphagov/release-4.16.0
  • 6af401f Release v4.16.0
  • e40cd10 Merge pull request #365 from alphagov/disable-multiline-block-chain
  • fba3725 Disable Style/MultilineBlockChain
  • 43f8d2f Merge pull request #363 from alphagov/dependabot/bundler/rubocop-rails-eq-2.24.1
  • f61873a Update rubocop-rails requirement from = 2.24.0 to = 2.24.1
  • Additional commits viewable in compare view

Updates webmock from 3.20.0 to 3.23.0

Changelog

Sourced from webmock's changelog.

3.23.0

  • Fixed HTTP.rb adapter to support streaming real responses when WebMock is enabled.

    Thanks to Viacheslav Nepomniashchikh for reporting and investigating this issue.

3.22.0

  • Addressed an issue in the HTTPClient adapter where memoized stubbed responses and memoized request_signatures were incorrectly persisted between subsequent requests (#1019). The implementation of a more robust thread-safety solution by Tom Beauvais in [PR #300](bblimke/webmock#300) not only resolved the memoization problem but also enhanced the overall thread safety of the adapter. This update ensures that stubbed responses and request signatures are correctly isolated to individual requests, improving both consistency and thread safety.

3.21.2

  • Corrected type checking in WebMock::Response#assert_valid_body! to accurately recognize Hash objects. Additionally, improved the clarity of the error message for unsupported body types, guiding users towards proper usage.

    Thanks to Jake Robb for reporting.

3.21.1

  • The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with the behavior of an actual Net::HTTPResponse.

    Thanks to Abe Voelker for reporting and to Victor Maslov and Gio Lodi for the suggested solution.

3.21.0

  • Don't use deprecated Rack::VERSION for Rack >= 3

    Thanks to Étienne Barrié

  • Updated HTTPClient adapter, to build request signature using the URI after filters have been applied.

    Thanks to Matt Brown

Commits
  • fc6a2ab Version 3.23.0
  • 43717a5 Fixed CI badge.
  • 216cad9 Fixed HTTP.rb adapter, to allow streaming real responses, when WebMock is ena...
  • 3c9317b Use require_relative' instead of require`
  • 9c18b6c Version 3.22.0
  • 9a985ad Since webmock_responses and webmock_request_signatures in HTTPClient adap...
  • 3ed6b48 Revert "Revert "Merge pull request #300 from tbeauvais/httpclient_thread_safe""
  • d209ee1 Version 3.21.2
  • f7080b5 Fixed type checking in WebMock::Response#assert_valid_body! to correctly iden...
  • 9b2bef0 Updated the list of contributors.
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
mongo [< 3, > 2.15.1]
mongoid [>= 8.a, < 9]
mongo [>= 2.20.a, < 2.21]

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 ruby-deps group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `7.0.8.1` | `7.1.3.2` |
| [mongoid](https://github.com/mongodb/mongoid) | `7.5.4` | `8.1.5` |
| [mongo](https://github.com/mongodb/mongo-ruby-driver) | `2.15.1` | `2.20.0` |
| [gds-sso](https://github.com/alphagov/gds-sso) | `19.0.0` | `19.1.0` |
| [govuk_app_config](https://github.com/alphagov/govuk_app_config) | `9.8.2` | `9.11.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.1` | `6.1.2` |
| [rubocop-govuk](https://github.com/alphagov/rubocop-govuk) | `4.14.0` | `4.16.1` |
| [webmock](https://github.com/bblimke/webmock) | `3.20.0` | `3.23.0` |



Updates `rails` from 7.0.8.1 to 7.1.3.2
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.0.8.1...v7.1.3.2)

Updates `mongoid` from 7.5.4 to 8.1.5
- [Release notes](https://github.com/mongodb/mongoid/releases)
- [Changelog](https://github.com/mongodb/mongoid/blob/master/CHANGELOG.md)
- [Commits](mongodb/mongoid@v7.5.4...v8.1.5)

Updates `mongo` from 2.15.1 to 2.20.0
- [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-ruby-driver/blob/master/docs/release-notes.txt)
- [Commits](mongodb/mongo-ruby-driver@v2.15.1...v2.20.0)

Updates `gds-sso` from 19.0.0 to 19.1.0
- [Changelog](https://github.com/alphagov/gds-sso/blob/main/CHANGELOG.md)
- [Commits](alphagov/gds-sso@v19.0.0...v19.1.0)

Updates `govuk_app_config` from 9.8.2 to 9.11.0
- [Changelog](https://github.com/alphagov/govuk_app_config/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk_app_config@v9.8.2...v9.11.0)

Updates `mongo` from 2.15.1 to 2.20.0
- [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-ruby-driver/blob/master/docs/release-notes.txt)
- [Commits](mongodb/mongo-ruby-driver@v2.15.1...v2.20.0)

Updates `mongoid` from 7.5.4 to 8.1.5
- [Release notes](https://github.com/mongodb/mongoid/releases)
- [Changelog](https://github.com/mongodb/mongoid/blob/master/CHANGELOG.md)
- [Commits](mongodb/mongoid@v7.5.4...v8.1.5)

Updates `rspec-rails` from 6.1.1 to 6.1.2
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.1...v6.1.2)

Updates `rubocop-govuk` from 4.14.0 to 4.16.1
- [Changelog](https://github.com/alphagov/rubocop-govuk/blob/main/CHANGELOG.md)
- [Commits](alphagov/rubocop-govuk@v4.14.0...v4.16.1)

Updates `webmock` from 3.20.0 to 3.23.0
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.20.0...v3.23.0)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: mongoid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ruby-deps
- dependency-name: mongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: gds-sso
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: govuk_app_config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: mongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: mongoid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ruby-deps
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-deps
- dependency-name: rubocop-govuk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Apr 29, 2024
@sengi
Copy link
Contributor

sengi commented Apr 29, 2024

#616

@sengi sengi closed this Apr 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/bundler/ruby-deps-7bb577d972 branch April 29, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant