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-dependencies group with 5 updates #1431

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ruby-dependencies group with 5 updates:

Package From To
rspec-core 3.12.2 3.12.3
rspec-expectations 3.12.3 3.12.4
parallel_tests 4.4.0 4.5.1
ci-queue 0.44.0 0.47.0
redis 5.0.8 5.1.0

Updates rspec-core from 3.12.2 to 3.12.3

Changelog

Sourced from rspec-core's changelog.

3.12.3 / 2024-02-04

Full Changelog

Bug fixes:

  • Use __send__ in output wrapper to avoid issues with IO objects that implement send like Socket. (Richard Platel, #3045)
Commits
  • ad9c79d v3.12.3
  • 2a194d0 cleanup
  • e22fb28 Apply PR comments
  • faaf94e Declare drb as a dependency for specs
  • 713a2f0 Merge pull request #3067 from threeplanetssoftware/update-documentation-for-c...
  • 8160ac4 Merge pull request #3060 from rspec/update-ci-build-scripts-2023-12-26-for-3-...
  • 8d6b691 Merge pull request #3058 from rspec/fix-diff-lcs-build
  • 0cc9d87 Updated ci build scripts (from rspec-dev) 3-12-maintenance
  • 27b93d6 Update maintenance version of rspec-rails
  • c074ade Merge pull request #3054 from rspec/improve-force-quit-message
  • Additional commits viewable in compare view

Updates rspec-expectations from 3.12.3 to 3.12.4

Changelog

Sourced from rspec-expectations's changelog.

3.12.4 / 2024-02-04

Full Changelog

Bug Fixes:

  • Fix the diff for redefined actual and reassigned @actual in compound expectations failure messages. (Phil Pirozhkov, #1440)
Commits
  • 09e8ec7 v3.12.4
  • 7e1068e Merge pull request #1447 from threeplanetssoftware/update-documentation-code-...
  • 67aaa64 Merge pull request #1440 from henrahmagix/fix-compound-redefined-actual-diff-...
  • 21ed23c Merge pull request #1445 from rspec/update-ci-build-scripts-2023-12-26-for-3-...
  • 0812ff5 Updated ci build scripts (from rspec-dev) 3-12-maintenance
  • 1ee61c2 Run older diff-lcs on older version of activesupport
  • 60b17cf Merge pull request #1427 from rspec/fix-minitest-spec
  • 1f762f6 Merge pull request #1424 from rspec/update-ci-build-scripts-2023-06-26-for-3-...
  • fc91cf0 Updated ci build scripts (from rspec-dev) 3-12-maintenance
  • See full diff in compare view

Updates parallel_tests from 4.4.0 to 4.5.1

Changelog

Sourced from parallel_tests's changelog.

4.5.1 - 2024-02-16

Fixed

Rails 5.2 and gherkin fixes

4.5.0 - 2024-02-06

Added

  • Support for running tasks against individual databases in a multi-database setup with Rails >= 6.1 (#930)
Commits

Updates ci-queue from 0.44.0 to 0.47.0

Commits

Updates redis from 5.0.8 to 5.1.0

Changelog

Sourced from redis's changelog.

5.1.0

  • multi now accept a watch keyword argument like redis-client. See #1236.
  • bitcount and bitpos now accept a scale: argument on Redis 7+. See #1242
  • Added expiretime and pexpiretime. See #1248.
Commits
  • 7cc45e5 Release 5.1.0
  • 1db19c9 Merge pull request #1253 from wmontgomery-splunk/wm/clean_up_rubocop
  • f0abed3 Remove Rubocop exclusion for test/remote_server_control_commands_test.rb
  • d53b68c Remove redundant call to #to_s
  • cd88550 Merge pull request #1251 from wholien/jc/add-pexpiretime
  • 1e52c11 Add PEXPIRETIME
  • a51d50c Merge pull request #1248 from wholien/jc/add-expiretime
  • 2e693be Add Expiretime
  • e16cab8 Merge pull request #1247 from redis/dependabot/github_actions/actions/cache-4
  • 09e9bdd Bump actions/cache from 3 to 4
  • Additional commits viewable 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-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rspec-core](https://github.com/rspec/rspec-core) | `3.12.2` | `3.12.3` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) | `3.12.3` | `3.12.4` |
| [parallel_tests](https://github.com/grosser/parallel_tests) | `4.4.0` | `4.5.1` |
| [ci-queue](https://github.com/Shopify/ci-queue) | `0.44.0` | `0.47.0` |
| [redis](https://github.com/redis/redis-rb) | `5.0.8` | `5.1.0` |


Updates `rspec-core` from 3.12.2 to 3.12.3
- [Release notes](https://github.com/rspec/rspec-core/releases)
- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)
- [Commits](rspec/rspec-core@v3.12.2...v3.12.3)

Updates `rspec-expectations` from 3.12.3 to 3.12.4
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](rspec/rspec-expectations@v3.12.3...v3.12.4)

Updates `parallel_tests` from 4.4.0 to 4.5.1
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel_tests@v4.4.0...v4.5.1)

Updates `ci-queue` from 0.44.0 to 0.47.0
- [Release notes](https://github.com/Shopify/ci-queue/releases)
- [Commits](Shopify/ci-queue@v0.44.0...v0.47.0)

Updates `redis` from 5.0.8 to 5.1.0
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.0.8...v5.1.0)

---
updated-dependencies:
- dependency-name: rspec-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: rspec-expectations
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: parallel_tests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: ci-queue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from schneems as a code owner March 1, 2024 23:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code skip changelog labels Mar 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/ruby-dependencies-cc0730bff0 branch April 1, 2024 23:51
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 skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants