From 06c7578dc40a6230f6e28c87ee5f8823bb19d39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:55:36 +0000 Subject: [PATCH] build(deps-dev): bump rspec from 3.12.0 to 3.13.0 in /getaround_utils Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.12.0 to 3.13.0. - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- getaround_utils/Gemfile.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/getaround_utils/Gemfile.lock b/getaround_utils/Gemfile.lock index e581109..2e7420c 100644 --- a/getaround_utils/Gemfile.lock +++ b/getaround_utils/Gemfile.lock @@ -75,7 +75,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - diff-lcs (1.5.0) + diff-lcs (1.5.1) dotenv (3.0.2) erubi (1.12.0) getaround-rubocop (0.2.8) @@ -164,18 +164,18 @@ GEM request_store_rails (2.0.0) concurrent-ruby (~> 1.0) rexml (3.2.6) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.1) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-rails (6.0.3) actionpack (>= 6.1) activesupport (>= 6.1) @@ -184,7 +184,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-support (3.13.1) rubocop (1.55.0) json (~> 2.3) language_server-protocol (>= 3.17.0)