From 4ac0669f2229c08da615896422f002ccf17efef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:46:24 +0000 Subject: [PATCH] Bump rspec from 3.11.0 to 3.12.0 Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.12.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 6f18d68..8b9f864 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec gem "byebug", "~> 11.1.3" gem "rake", "~> 13.0" -gem "rspec", "~> 3.11" +gem "rspec", "~> 3.12" gem "rubocop", "~> 1.36.0" gem "vcr", "~> 6.1.0" gem "webmock", "~> 3.18.1" diff --git a/Gemfile.lock b/Gemfile.lock index f6e11f9..a42f305 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,19 +33,19 @@ GEM rake (13.0.6) regexp_parser (2.5.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.0) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.0) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.0) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) rubocop (1.36.0) json (~> 2.3) parallel (~> 1.10) @@ -72,7 +72,7 @@ PLATFORMS DEPENDENCIES byebug (~> 11.1.3) rake (~> 13.0) - rspec (~> 3.11) + rspec (~> 3.12) rubocop (~> 1.36.0) ruby-openai! vcr (~> 6.1.0)