Add strict dev dependency on raindrops so we can test unicorn stats

This commit is contained in:
Sam Saffron 2019-04-11 16:30:35 +10:00
parent eaeead08a3
commit 01ac5fa9d1
1 changed files with 3 additions and 0 deletions

View File

@ -31,5 +31,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "oj", "~> 3.0"
spec.add_development_dependency "rack-test", "~> 0.8.3"
spec.add_development_dependency "minitest-stub-const", "~> 0.6"
if !RUBY_ENGINE == 'jruby'
spec.add_development_dependency "raindrops", "~> 0.19"
end
spec.required_ruby_version = '>= 2.3.0'
end