Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 6 updates (#1394)
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [rspec-core](https://github.com/rspec/rspec-core) | `3.12.1` | `3.12.2` |
| [rspec-expectations](https://github.com/rspec/rspec-expectations) | `3.12.2` | `3.12.3` |
| [excon](https://github.com/excon/excon) | `0.99.0` | `0.104.0` |
| [parallel_tests](https://github.com/grosser/parallel_tests) | `4.0.0` | `4.3.0` |
| [ci-queue](https://github.com/Shopify/ci-queue) | `0.24.2` | `0.37.0` |
| [redis](https://github.com/redis/redis-rb) | `5.0.5` | `5.0.7` |


Updates `rspec-core` from 3.12.1 to 3.12.2
- [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.1...v3.12.2)

Updates `rspec-expectations` from 3.12.2 to 3.12.3
- [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.2...v3.12.3)

Updates `excon` from 0.99.0 to 0.104.0
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](excon/excon@v0.99.0...v0.104.0)

Updates `parallel_tests` from 4.0.0 to 4.3.0
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
- [Commits](grosser/parallel_tests@v4.0.0...v4.3.0)

Updates `ci-queue` from 0.24.2 to 0.37.0
- [Release notes](https://github.com/Shopify/ci-queue/releases)
- [Commits](Shopify/ci-queue@v0.24.2...v0.37.0)

Updates `redis` from 5.0.5 to 5.0.7
- [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
- [Commits](redis/redis-rb@v5.0.5...v5.0.7)

---
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: excon
  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: 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-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 5956586 commit 9b5dfe8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
ci-queue (0.24.2)
ci-queue (0.37.0)
citrus (3.0.2)
connection_pool (2.3.0)
connection_pool (2.4.1)
dead_end (4.0.0)
diff-lcs (1.5.0)
erubis (2.7.0)
excon (0.99.0)
excon (0.104.0)
heroics (0.1.2)
erubis (~> 2.0)
excon
Expand All @@ -23,28 +23,28 @@ GEM
json (2.6.3)
moneta (1.0.0)
multi_json (1.15.0)
parallel (1.22.1)
parallel_tests (4.0.0)
parallel (1.23.0)
parallel_tests (4.3.0)
parallel
platform-api (3.5.0)
heroics (~> 0.1.1)
moneta (~> 1.0.0)
rate_throttle_client (~> 0.1.0)
rake (13.0.6)
rate_throttle_client (0.1.2)
redis (5.0.5)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.11.1)
redis-client (0.17.0)
connection_pool
rrrretry (1.0.0)
rspec-core (3.12.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.12.0)
rspec-support (3.12.1)
thor (1.2.1)
threaded (0.0.4)
toml-rb (2.2.0)
Expand Down

0 comments on commit 9b5dfe8

Please sign in to comment.