From 5b7b3e69f3e7e6cb80a9c3294d7a9d522d58ceaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:08:53 +0000 Subject: [PATCH] Update rspec requirement from ~> 3.11.0 to ~> 3.12.0 Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version. - [Release notes](https://github.com/rspec/rspec-metagem/releases) - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 3a6dae6..6c042d1 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :test do gem 'simplecov-lcov', '~> 0.8.0' gem 'pry' gem 'rb-readline' - gem 'rspec', '~> 3.11.0' + gem 'rspec', '~> 3.12.0' gem 'rubocop', '~> 1.49' gem 'webmock', '~> 3.13' end diff --git a/Gemfile.lock b/Gemfile.lock index ac84115..71f8f50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,19 +58,19 @@ GEM rb-readline (0.5.5) regexp_parser (2.7.0) rexml (3.2.5) - 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.1) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.1) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.2) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.5) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.1) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) rubocop (1.49.0) json (~> 2.3) parallel (~> 1.10) @@ -106,7 +106,7 @@ DEPENDENCIES pry rake rb-readline - rspec (~> 3.11.0) + rspec (~> 3.12.0) rubocop (~> 1.49) simplecov (~> 0.22.0) simplecov-html (~> 0.12.3)