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 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.11.0'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.49'
gem 'webmock', '~> 3.13'
end