bump jruby-monitoring version to >= 0.3.1 to include last fixes

Fixes #4911
This commit is contained in:
Pere Urbon-Bayes 2016-03-29 15:17:32 +02:00
parent df92130971
commit 6e9770ee20

View file

@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'puma', '~> 2.16', '>= 2.16.0'
gem.add_runtime_dependency "jruby-openssl", "0.9.13" # Required to support TLSv1.2
gem.add_runtime_dependency "chronic_duration", "0.10.6"
gem.add_runtime_dependency "jruby-monitoring", '~> 0.1'
gem.add_runtime_dependency "jruby-monitoring", '~> 0.3.1'
# TODO(sissel): Treetop 1.5.x doesn't seem to work well, but I haven't
# investigated what the cause might be. -Jordan