From 651f691be4cb5a5ff91e003553e3305b8802b1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:52:36 +0000 Subject: [PATCH] Bump rspec from 3.11.0 to 3.13.0 Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.13.0. - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.11.0...v3.13.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 2f04d30..3a1dbe3 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gemspec gem "rake", "~> 13.0" -gem "rspec", "~> 3.0" +gem "rspec", "~> 3.13" gem "standard", "~> 1.28.5" diff --git a/Gemfile.lock b/Gemfile.lock index 27b3a6d..065899f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM ast (2.4.2) byebug (11.1.3) coderay (1.1.3) - diff-lcs (1.5.0) + diff-lcs (1.5.1) faraday (2.7.10) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) @@ -34,19 +34,19 @@ GEM rake (13.0.6) regexp_parser (2.9.2) rexml (3.3.9) - rspec (3.11.0) - rspec-core (~> 3.11.0) - rspec-expectations (~> 3.11.0) - rspec-mocks (~> 3.11.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.2) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) rubocop (1.50.2) json (~> 2.3) parallel (~> 1.10) @@ -88,7 +88,7 @@ DEPENDENCIES pry-byebug (~> 3.9) qdrant-ruby! rake (~> 13.0) - rspec (~> 3.0) + rspec (~> 3.13) standard (~> 1.28.5) BUNDLED WITH