Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rubocop update to 1.9.1 #103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update rubocop
  • Loading branch information
elfranne committed Feb 3, 2021
commit 1143a590f916cf5cb04efa14b9d11219b8a2cb0d
2 changes: 1 addition & 1 deletion sensu-plugins-ssl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'redcarpet', '~> 3.2'
s.add_development_dependency 'rspec', '~> 3.1'
s.add_development_dependency 'rubocop', '~> 0.89.1'
s.add_development_dependency 'rubocop', '~> 1.9.1'
s.add_development_dependency 'timecop', '~> 0.9.1'
s.add_development_dependency 'yard', '~> 0.8'
end