Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Address rake sec issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed May 20, 2021
1 parent 9af32e4 commit 365762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh_scan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('pry', '0.11.3')
s.add_development_dependency('rspec', '3.7.0')
s.add_development_dependency('rspec-its', '1.2.0')
s.add_development_dependency('rake', '12.3.1')
s.add_development_dependency "rake", ">= 12.3.3"
s.add_development_dependency('rubocop')
end

0 comments on commit 365762f

Please sign in to comment.