Skip to content

Commit 0bdf2d7

Browse files
committed
bump the required version of rubocop to 1.72 or higher
1 parent b4aafe4 commit 0bdf2d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
rubocop-github (0.22.0)
5-
rubocop (>= 1.37)
5+
rubocop (>= 1.72)
66
rubocop-performance (>= 1.15)
77
rubocop-rails (>= 2.17)
88

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020

2121
s.required_ruby_version = ">= 3.0.0"
2222

23-
s.add_dependency "rubocop", ">= 1.37"
23+
s.add_dependency "rubocop", ">= 1.72"
2424
s.add_dependency "rubocop-performance", ">= 1.15"
2525
s.add_dependency "rubocop-rails", ">= 2.17"
2626

0 commit comments

Comments
 (0)