Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 7866d1e commit c234ff7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
ci-queue (0.44.0)
ci-queue (0.47.0)
citrus (3.0.2)
connection_pool (2.4.1)
dead_end (4.0.0)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
erubis (2.7.0)
excon (0.109.0)
heroics (0.1.2)
Expand All @@ -24,27 +24,27 @@ GEM
moneta (1.0.0)
multi_json (1.15.0)
parallel (1.24.0)
parallel_tests (4.4.0)
parallel_tests (4.5.1)
parallel
platform-api (3.5.0)
heroics (~> 0.1.1)
moneta (~> 1.0.0)
rate_throttle_client (~> 0.1.0)
rake (13.1.0)
rate_throttle_client (0.1.2)
redis (5.0.8)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.18.0)
redis-client (0.20.0)
connection_pool
rrrretry (1.0.0)
rspec-core (3.12.2)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec-expectations (3.12.4)
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.1)
rspec-support (3.12.2)
thor (1.2.1)
threaded (0.0.4)
toml-rb (2.2.0)
Expand Down

0 comments on commit c234ff7

Please sign in to comment.