diff --git a/panolint-ruby.gemspec b/panolint-ruby.gemspec index 64d9d6f..41f9fe6 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.63.1" + spec.add_dependency "rubocop", "1.63.2" spec.add_dependency "rubocop-performance", "1.20.2" spec.add_dependency "rubocop-rspec", "2.29.1" end