Mercurial > rsstweet
changeset 92:4bf50856bd91
Add unicorn
author | nanaya <me@myconan.net> |
---|---|
date | Thu, 28 Jul 2016 01:54:15 +0900 |
parents | 9fa55acd7f37 |
children | 5cc4aab05c55 |
files | Gemfile Gemfile.lock |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Gemfile Sat Jul 23 20:58:34 2016 +0900 +++ b/Gemfile Thu Jul 28 01:54:15 2016 +0900 @@ -13,3 +13,4 @@ gem "newrelic_rpm" gem "puma", :require => false +gem "unicorn", :require => false, :platforms => :ruby
--- a/Gemfile.lock Sat Jul 23 20:58:34 2016 +0900 +++ b/Gemfile.lock Thu Jul 28 01:54:15 2016 +0900 @@ -44,6 +44,7 @@ i18n (0.7.0) json (1.8.3) json (1.8.3-java) + kgio (2.10.0) loofah (2.0.3) nokogiri (>= 1.5.9) memoizable (0.4.2) @@ -78,6 +79,7 @@ method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) + raindrops (0.16.0) rake (11.2.2) simple_oauth (0.3.1) thor (0.19.1) @@ -103,6 +105,9 @@ unf (0.1.4-java) unf_ext (0.0.7.2) unf_ext (0.0.7.2-x86-mingw32) + unicorn (5.1.0) + kgio (~> 2.6) + raindrops (~> 0.7) PLATFORMS java @@ -118,6 +123,7 @@ railties (~> 5.0.0) twitter twitter-text + unicorn BUNDLED WITH 1.11.2