Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.53.0 to ~> 1.56.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.53.0...v1.56.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent 9e79605 commit 62f5a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rake", "~> 13.0"
gem.add_development_dependency "rspec", "~> 3.9"
gem.add_development_dependency "timecop"
gem.add_development_dependency "rubocop", "~> 1.53.0"
gem.add_development_dependency "rubocop", "~> 1.56.0"

if RUBY_ENGINE == "jruby"
gem.add_development_dependency "activerecord-jdbcmysql-adapter"
Expand Down

0 comments on commit 62f5a4c

Please sign in to comment.