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 9 updates #1447

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ruby-dependencies group with 9 updates:

Package From To
heroku_hatchet 8.0.2 8.0.3
rspec-core 3.12.2 3.12.3
rspec-expectations 3.12.3 3.12.4
excon 0.109.0 0.110.0
rake 13.1.0 13.2.1
parallel_tests 4.4.0 4.6.1
json 2.7.1 2.7.2
ci-queue 0.44.0 0.49.0
redis 5.0.8 5.2.0

Updates heroku_hatchet from 8.0.2 to 8.0.3

Changelog

Sourced from heroku_hatchet's changelog.

8.0.3

Commits

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 excon from 0.109.0 to 0.110.0

Changelog

Sourced from excon's changelog.

0.110.0 2024-03-12

  • update bundled default certificates
Commits
  • 1970dee v0.109.0
  • 8751208 update bundled certs
  • 7451fcd remove stale action
  • 253b515 add security policy
  • 52dfe42 fix cron attribute on ci action
  • 4b43f0a add a weekly test run, for regular feedback even when code remains stable
  • 536d50f bump dependabot from daily to weekly
  • 18f023f add explicit content-types to fix tests on Rack 3+
  • f57afe1 add funding info
  • 44d0550 update gem version badge in readme to link to rubygems
  • Additional commits viewable in compare view

Updates rake from 13.1.0 to 13.2.1

Changelog

Sourced from rake's changelog.

=== 13.2.1

  • Suppressed "internal:array:52:in 'Array#each'" from backtrace by @​hsbt in #554
  • Bump actions/configure-pages from 4 to 5 by @​dependabot in #553

=== 13.2.0

Commits
  • d84f6ef Bump up 13.2.1
  • 8b33b36 Merge pull request #553 from ruby/dependabot/github_actions/actions/configure...
  • 99f6823 Merge pull request #554 from ruby/suppress-array-internal
  • 54950e0 Suppressed "<internal:array>:52:in 'Array#each'" from backtrace
  • 675498c Bump up 13.2.0
  • 3dc4277 Bump actions/configure-pages from 4 to 5
  • c68e010 Merge pull request #549 from ruby/dependabot/github_actions/dependabot/fetch-...
  • 2cb46b6 Merge pull request #551 from andrykonchin/ak/restore-truffleruby-on-ci
  • c342e96 Add TruffleRuby on CI
  • d569f0f Merge pull request #550 from ruby/dependabot/github_actions/ruby/setup-ruby-1...
  • Additional commits viewable in compare view

Updates parallel_tests from 4.4.0 to 4.6.1

Changelog

Sourced from parallel_tests's changelog.

4.6.1 - 2024-04-03

Fixed

  • The --allow-duplicates flag now runs duplicate tests in different groups

4.6.0 - 2024-03-25

Added

  • Add --allow-duplicates flag to support re-running 1 spec multiple times

4.5.2 - 2024-02-16

Fixed

  • do not crash when a pid file was already deleted when trying to delete it

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 json from 2.7.1 to 2.7.2

Release notes

Sourced from json's releases.

v2.7.2

What's Changed

New Contributors

Full Changelog: flori/json@v2.7.1...v2.7.2

Changelog

Sourced from json's changelog.

2024-04-04 (2.7.2)

  • Use rb_sym2str instead of SYM2ID #561
  • Fix memory leak when exception is raised during JSON generation #574
  • Remove references to "19" methods in JRuby #576
  • Make OpenStruct support as optional by @​hsbt in #565
  • Autoload JSON::GenericObject to avoid require ostruct warning in Ruby 3.4 #577
  • Warn to install ostruct if json couldn't load it by @​hsbt #578
Commits
  • 036944a Bump up 2.7.2
  • 5a1659d Merge pull request #578 from flori/warn-bundled-gems
  • fff2859 Warn to install ostruct if json couldn't load it
  • cdbcbd0 Merge pull request #577 from tompng/autoload_generic_object
  • 84b7517 Merge pull request #576 from headius/no_19_jruby_methods
  • b507f9e Autoload GenericObject to avoid require ostruct warning in Ruby 3.4
  • a480682 Remove references to "19" methods in JRuby
  • 35d435e Merge pull request #575 from flori/refine-ci
  • 817d7b0 Exclude 2.3-2.5 on macos-14 iamge
  • df33e8e Added JRuby 9.4
  • Additional commits viewable in compare view

Updates ci-queue from 0.44.0 to 0.49.0

Commits
  • 1937530 Bump version
  • 2dfb9d7 Merge pull request #270 from Shopify/cbruckmayer/migrate-dev
  • be29fd2 Merge pull request #266 from Shopify/cbruckmayer/only-process-retry-queue-on-...
  • e8a88e7 Merge pull request #271 from Shopify/cbruckmayer/bump-version-gemfile-lock
  • 9e68d5d Only process retry queue on manual retries
  • 2d7d6bf Bump version in Gemfile
  • fd1b0ca Migrate dev and isogun
  • a6fb09e Bump version
  • 227e5ca Merge pull request #269 from Shopify/zarifmahfuz/fix-bisect
  • 98b4c06 Fix bisect command errors when there is nothing to bisect
  • Additional commits viewable in compare view

Updates redis from 5.0.8 to 5.2.0

Changelog

Sourced from redis's changelog.

5.2.0

  • Now require Ruby 2.6 because redis-client does.
  • Eagerly close subscribed connection when using subscribe_with_timeout. See #1259.
  • Add exception flag in pipelined allowing failed commands to be returned in the result array when set to false.

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
  • 7c0cde9 Release 5.2.0
  • b2f9c28 Merge pull request #1263 from philippeboyd/feature/add-pipeline-raise_excepti...
  • 609b6bc feat(pipeline): add flag to disable raising exceptions
  • bce3f41 Merge pull request #1255 from supercaracal/fix-cluster-tx
  • 8ab2753 Merge pull request #1260 from casperisfine/eagerly-close-subscription
  • 905aae9 Add Ruby 3.3 to the CI matrix
  • cbf965d Eagerly close subscribed connection
  • 35a7e82 Merge pull request #1261 from casperisfine/update-redis-lcient
  • 0060435 Drop Ruby 2.5 like redis-client
  • 2775519 Update tests for latest redis-client
  • 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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [heroku_hatchet](https://github.com/heroku/hatchet) | `8.0.2` | `8.0.3` |
| [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` |
| [excon](https://github.com/excon/excon) | `0.109.0` | `0.110.0` |
| [rake](https://github.com/ruby/rake) | `13.1.0` | `13.2.1` |
| [parallel_tests](https://github.com/grosser/parallel_tests) | `4.4.0` | `4.6.1` |
| [json](https://github.com/flori/json) | `2.7.1` | `2.7.2` |
| [ci-queue](https://github.com/Shopify/ci-queue) | `0.44.0` | `0.49.0` |
| [redis](https://github.com/redis/redis-rb) | `5.0.8` | `5.2.0` |


Updates `heroku_hatchet` from 8.0.2 to 8.0.3
- [Changelog](https://github.com/heroku/hatchet/blob/main/CHANGELOG.md)
- [Commits](heroku/hatchet@v8.0.2...v8.0.3)

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 `excon` from 0.109.0 to 0.110.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.109.0...v0.110.0)

Updates `rake` from 13.1.0 to 13.2.1
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.1.0...v13.2.1)

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

Updates `json` from 2.7.1 to 2.7.2
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/flori/json/blob/master/CHANGES.md)
- [Commits](flori/json@v2.7.1...v2.7.2)

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

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

---
updated-dependencies:
- dependency-name: heroku_hatchet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-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: excon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: parallel_tests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
- dependency-name: json
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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] <support@github.com>
@dependabot dependabot bot requested a review from schneems as a code owner April 22, 2024 20:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code skip changelog labels Apr 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #1451.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/ruby-dependencies-3975d95004 branch May 1, 2024 23:46
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.

None yet

0 participants