From 9b5dfe8c6333f9568b729618c072ebc6a201e1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:41:23 +0000 Subject: [PATCH] Bump the ruby-dependencies group with 6 updates (#1394) 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](https://github.com/rspec/rspec-core/compare/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](https://github.com/rspec/rspec-expectations/compare/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](https://github.com/excon/excon/compare/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](https://github.com/grosser/parallel_tests/compare/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](https://github.com/Shopify/ci-queue/compare/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](https://github.com/redis/redis-rb/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d304163a9..6e80ed902 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -23,8 +23,8 @@ 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) @@ -32,19 +32,19 @@ GEM 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)