Skip to content

Commit

Permalink
Update gemspec for warbler
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed May 26, 2016
1 parent 5b9e7c8 commit 76ad1f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redis-stat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rake"

if RUBY_PLATFORM == 'java'
gem.add_runtime_dependency "puma", '~> 2.3.2'
gem.add_runtime_dependency "puma", "~> 2.3.2"
gem.add_runtime_dependency "jruby-jars", "1.7.19"
gem.add_development_dependency "warbler", "1.4.9"
else
gem.add_runtime_dependency "thin", '~> 1.5.0'
gem.add_runtime_dependency "daemons", '~> 1.1.9'
Expand Down

0 comments on commit 76ad1f3

Please sign in to comment.