Skip to content

Commit

Permalink
Update rubocop requirement from 1.43.0 to 1.44.1 (#194)
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.43.0...v1.44.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent 66a5208 commit 29e25b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "minitest-ci", "~> 3.4"
gem "minitest-reporters", "~> 1.1"
gem "mocha", "~> 2.0"
gem "rake", "~> 13.0"
gem "rubocop", "1.43.0"
gem "rubocop", "1.44.1"
gem "rubocop-minitest", "0.26.0"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-performance", "1.15.2"
Expand Down

0 comments on commit 29e25b1

Please sign in to comment.