We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4aafe4 commit 0bdf2d7Copy full SHA for 0bdf2d7
Gemfile.lock
@@ -2,7 +2,7 @@ PATH
2
remote: .
3
specs:
4
rubocop-github (0.22.0)
5
- rubocop (>= 1.37)
+ rubocop (>= 1.72)
6
rubocop-performance (>= 1.15)
7
rubocop-rails (>= 2.17)
8
rubocop-github.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
21
s.required_ruby_version = ">= 3.0.0"
22
23
- s.add_dependency "rubocop", ">= 1.37"
+ s.add_dependency "rubocop", ">= 1.72"
24
s.add_dependency "rubocop-performance", ">= 1.15"
25
s.add_dependency "rubocop-rails", ">= 2.17"
26
0 commit comments