diff --git a/panolint-ruby.gemspec b/panolint-ruby.gemspec index ea009eb..42ecdfe 100644 --- a/panolint-ruby.gemspec +++ b/panolint-ruby.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| # Pinned to latest versions and will be updated by Dependabot # so that code bases using panolint-ruby will get the latest versions - spec.add_dependency "rubocop", "1.75.6" + spec.add_dependency "rubocop", "1.75.7" spec.add_dependency "rubocop-performance", "1.25.0" spec.add_dependency "rubocop-rspec", "3.6.0" end