Skip to content

Commit

Permalink
pin runtime deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Mar 25, 2015
1 parent 7c57159 commit d8933b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sensu-plugins-elasticsearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 1.9.3'

s.add_runtime_dependency 'sensu-plugin', '1.1.0'
s.add_runtime_dependency 'json', '1.8.2'
s.add_runtime_dependency 'rest-client', '1.8.0'


s.add_development_dependency 'codeclimate-test-reporter'
s.add_development_dependency 'rubocop', '0.17.0'
s.add_development_dependency 'rspec', '~> 3.1'
Expand Down

0 comments on commit d8933b9

Please sign in to comment.