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 5ae391b commit afbf4a0Copy full SHA for afbf4a0
radius-spec.gemspec
@@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
32
spec.required_ruby_version = ">= 3.1" # rubocop:disable Gemspec/RequiredRubyVersion
33
34
spec.add_dependency "rspec", "~> 3.7"
35
- spec.add_dependency "rubocop", ">= 1.25", "< 1.79"
+ spec.add_dependency "rubocop", ">= 1.25", "< 1.80"
36
spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.33"
37
end
0 commit comments