From 0b96b4dfdd22414df894da26c267ddd904b549aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:04:53 +0000 Subject: [PATCH] Bump rspec from 3.10.0 to 3.13.0 Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.10.0 to 3.13.0. - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.10.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 a70ada1..92e7724 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ gem 'cocoapods-core', github: 'CocoaPods/Core' gem 'inch_by_inch', '~> 1.0.1' gem 'prettybacon' gem 'rexml' -gem 'rspec', '~> 3.10' +gem 'rspec', '~> 3.13' gem 'rubocop', '~> 0.55.0' diff --git a/Gemfile.lock b/Gemfile.lock index e214c16..18556fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM coderay (1.1.3) colored2 (3.1.2) concurrent-ruby (1.1.6) - diff-lcs (1.4.4) + diff-lcs (1.5.1) diffy (3.4.2) escape (0.0.4) ethon (0.12.0) @@ -126,19 +126,19 @@ GEM rainbow (3.0.0) rake (10.5.0) rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) rubocop (0.55.0) parallel (~> 1.10) parser (>= 2.5) @@ -184,7 +184,7 @@ DEPENDENCIES prettybacon rake (~> 10.0) rexml - rspec (~> 3.10) + rspec (~> 3.13) rubocop (~> 0.55.0) BUNDLED WITH