Update rubocop-rspec requirement from ~> 2.9.0 to ~> 2.10.0

Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-19 23:11:33 +00:00 committed by GitHub
parent 90ed878213
commit cee7e14608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.22.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.13.0'
spec.add_development_dependency 'rubocop-rake', '~> 0.5'
spec.add_development_dependency 'rubocop-rspec', '~> 2.9.0'
spec.add_development_dependency 'rubocop-rspec', '~> 2.10.0'
spec.add_development_dependency 'rubygems-tasks', '~> 0'
spec.add_development_dependency 'simplecov', '~> 0.21.2'
end