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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 13:08:53 +00:00 committed by GitHub
parent c2bfb5f34f
commit 5b7b3e69f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -12,7 +12,7 @@ group :test do
gem 'simplecov-lcov', '~> 0.8.0' gem 'simplecov-lcov', '~> 0.8.0'
gem 'pry' gem 'pry'
gem 'rb-readline' gem 'rb-readline'
gem 'rspec', '~> 3.11.0' gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.49' gem 'rubocop', '~> 1.49'
gem 'webmock', '~> 3.13' gem 'webmock', '~> 3.13'
end end

View file

@ -58,19 +58,19 @@ GEM
rb-readline (0.5.5) rb-readline (0.5.5)
regexp_parser (2.7.0) regexp_parser (2.7.0)
rexml (3.2.5) rexml (3.2.5)
rspec (3.11.0) rspec (3.12.0)
rspec-core (~> 3.11.0) rspec-core (~> 3.12.0)
rspec-expectations (~> 3.11.0) rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.11.0) rspec-mocks (~> 3.12.0)
rspec-core (3.11.0) rspec-core (3.12.1)
rspec-support (~> 3.11.0) rspec-support (~> 3.12.0)
rspec-expectations (3.11.1) rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0) rspec-support (~> 3.12.0)
rspec-mocks (3.11.2) rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0) rspec-support (~> 3.12.0)
rspec-support (3.11.1) rspec-support (3.12.0)
rubocop (1.49.0) rubocop (1.49.0)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
@ -106,7 +106,7 @@ DEPENDENCIES
pry pry
rake rake
rb-readline rb-readline
rspec (~> 3.11.0) rspec (~> 3.12.0)
rubocop (~> 1.49) rubocop (~> 1.49)
simplecov (~> 0.22.0) simplecov (~> 0.22.0)
simplecov-html (~> 0.12.3) simplecov-html (~> 0.12.3)