Skip to content

Commit

Permalink
pin rubocop in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Jun 9, 2015
1 parent 8252cab commit a097f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-plugins-disk-checks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'sensu-plugin', '1.1.0'

s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'
s.add_development_dependency 'rubocop', '~> 0.30'
s.add_development_dependency 'rubocop', '0.30'
s.add_development_dependency 'rspec', '~> 3.1'
s.add_development_dependency 'bundler', '~> 1.7'
s.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit a097f7b

Please sign in to comment.