Skip to content

Commit

Permalink
Upgrade RuboCop to support Ruby 2.5 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 12, 2025
1 parent 574f64e commit 1a550e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('minitest-reporters')
gem.add_development_dependency('rainbow', '~> 2.2.2')
gem.add_development_dependency('rake')
gem.add_development_dependency('rubocop', "~> 0.49.1")
gem.add_development_dependency('rubocop', "~> 0.52.0")
gem.add_development_dependency('mocha')

gem.add_development_dependency('bcrypt_pbkdf')
Expand Down

0 comments on commit 1a550e1

Please sign in to comment.