Skip to content

Commit b49421a

Browse files
chore: Update rubocop requirement from 1.74.0 to 1.75.1 (#1065)
* chore: Update rubocop requirement from 1.74.0 to 1.75.1 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.74.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * modify the rule --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo <[email protected]>
1 parent 8d854d0 commit b49421a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AllCops:
22
TargetRubyVersion: 3.1
3-
Metrics/LineLength:
3+
Layout/LineLength:
44
Max: 128
55
Metrics/MethodLength:
66
Enabled: false

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ gem 'minitest', '~> 5.0'
2222
gem 'minitest-reporters', '~> 1.1'
2323
gem 'pry'
2424
gem 'rake', '~> 13.0'
25-
gem 'rubocop', '1.74.0'
25+
gem 'rubocop', '1.75.1'
2626
gem 'yard', '~> 0.9.11'

0 commit comments

Comments
 (0)