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-bundler group with 3 updates #136

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the ruby-bundler group with 3 updates: activesupport, minitest and drb.

Updates activesupport from 7.1.3 to 7.1.3.2

Release notes

Sourced from activesupport'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)

Changelog

Sourced from activesupport's changelog.

Rails 7.1.3.2 (February 21, 2024)

  • No changes.

Rails 7.1.3.1 (February 21, 2024)

  • No changes.
Commits

Updates minitest from 5.21.2 to 5.22.2

Changelog

Sourced from minitest's changelog.

=== 5.22.2 / 2024-02-07

  • 1 bug fix:

    • Third time's a charm? Remember: 'ensure' is almost always the wrong way to go (for results... it's great for cleaning up).

=== 5.22.1 / 2024-02-06

  • 1 bug fix:

    • Don't exit non-zero if no tests ran and no filter (aka, the test file is empty). (I'm starting to think the exit 1 thing for @​tenderlove was a mistake...)

=== 5.22.0 / 2024-02-05

  • 1 minor enhancement:

    • Added "did you mean" output if your --name filter matches nothing. (tenderlove)
  • 2 bug fixes:

    • Big cleanup of test filtering. Much prettier / more functional.
    • Fix situation where Assertion#location can't find the location. (pftg)
Commits
  • d00cc0d prepped for release
  • 6cf8dce - Third time's a charm? Remember: 'ensure' is almost always the wrong way to go.
  • 319036f prepped for release
  • f92f48d - Don't exit non-zero if no tests ran and no filter (aka, the test file is em...
  • 6138c39 prepped for release
  • ebb468c + Added "did you mean" output if your --name filter matches nothing. (tenderl...
  • ef83965 - Big cleanup of test filtering. Much prettier / more functional.
  • 194a70a - Fix situation where Assertion#location can't find the location. (pftg)
  • See full diff in compare view

Updates drb from 2.2.0 to 2.2.1

Release notes

Sourced from drb's releases.

v2.2.1

What's Changed

New Contributors

Full Changelog: ruby/drb@v2.2.0...v2.2.1

Commits
  • 1be1278 Bump up 2.2.1
  • 26bbe31 Merge pull request #26 from Earlopain/fix-test-warnings
  • ba1efb2 Merge pull request #27 from Earlopain/remove-ruby2_keywords-dep
  • 038951e Fix warnings during test runs
  • 54b564f Drop dependency on ruby2_keywords
  • 2938931 Merge pull request #25 from mame/no-backtick
  • 8ff43dc Use a single quote instead of a backtick as an open quote
  • See full diff in compare view

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-bundler group with 3 updates: [activesupport](https:/rails/rails), [minitest](https:/minitest/minitest) and [drb](https:/ruby/drb).


Updates `activesupport` from 7.1.3 to 7.1.3.2
- [Release notes](https:/rails/rails/releases)
- [Changelog](https:/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.3...v7.1.3.2)

Updates `minitest` from 5.21.2 to 5.22.2
- [Changelog](https:/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.21.2...v5.22.2)

Updates `drb` from 2.2.0 to 2.2.1
- [Release notes](https:/ruby/drb/releases)
- [Commits](ruby/drb@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
- dependency-name: minitest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-bundler
- dependency-name: drb
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: ruby-bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
@javierjulio javierjulio self-assigned this Mar 1, 2024
@javierjulio javierjulio self-requested a review March 1, 2024 20:16
@javierjulio javierjulio merged commit f9387ec into master Mar 1, 2024
3 checks passed
@javierjulio javierjulio deleted the dependabot/bundler/ruby-bundler-89ddb3bb54 branch March 1, 2024 20:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant