Skip to content

Commit

Permalink
build(deps-dev): update rubocop-rspec requirement from ~> 2.14.2 to ~…
Browse files Browse the repository at this point in the history
…> 2.17.1

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](rubocop/rubocop-rspec@v2.14.2...v2.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidwinter committed Jan 23, 2023
1 parent 6803fc6 commit 7f9e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensible_logging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 1.38.0'
spec.add_development_dependency 'rubocop-rspec', '~> 2.14.2'
spec.add_development_dependency 'rubocop-rspec', '~> 2.17.1'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'sinatra', '~> 3.0'
end
Expand Down

0 comments on commit 7f9e4a0

Please sign in to comment.