# HG changeset patch # User nanaya # Date 1469638455 -32400 # Node ID 4bf50856bd91af52946c4ae2b82169e19000a5ec # Parent 9fa55acd7f373fee9694102779303b699a3e00c4 Add unicorn diff -r 9fa55acd7f37 -r 4bf50856bd91 Gemfile --- 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 diff -r 9fa55acd7f37 -r 4bf50856bd91 Gemfile.lock --- 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