Skip to content

Commit

Permalink
net-ping > 1.7.2 requires ruby 1.9.3
Browse files Browse the repository at this point in the history
Therefore, require 1.7.2 so we can support 1.9.2
  • Loading branch information
Will Richard committed Aug 17, 2015
1 parent 1440505 commit f072141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/ruby/consolr/consolr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_runtime_dependency "collins_auth", "~> 0.1.2"
spec.add_runtime_dependency "net-ping", "~> 1.7.7"
spec.add_runtime_dependency "net-ping", "~> 1.7.2"

spec.add_development_dependency "rake", "~> 10.4.2"
spec.add_development_dependency "rspec", "~> 3.3.0"
Expand Down

0 comments on commit f072141

Please sign in to comment.