Skip to content

Commit

Permalink
Merge pull request #57 from MLSDev/unicorn-5
Browse files Browse the repository at this point in the history
Update unicorn in gemspec
  • Loading branch information
kzk committed Nov 10, 2015
2 parents 4e010f2 + a3976bb commit 1338557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicorn-worker-killer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.licenses = ["GPLv2+", "Ruby 1.8"]
gem.require_paths = ['lib']
gem.add_dependency "unicorn", "~> 4"
gem.add_dependency "unicorn", [">= 4", "< 6"]
gem.add_dependency "get_process_mem", "~> 0"
gem.add_development_dependency "rake", ">= 0.9.2"
end

1 comment on commit 1338557

@arturoherrero
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you push to RubyGems with this update, please? 😉

Please sign in to comment.