changeset 83:d20e531afed5

Add puma
author nanaya <me@myconan.net>
date Mon, 27 Jun 2016 04:49:53 +0900
parents f91e2d00f03f
children 07e2e9883ea6
files Gemfile Gemfile.lock
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Sun Jun 26 18:22:05 2016 +0900
+++ b/Gemfile	Mon Jun 27 04:49:53 2016 +0900
@@ -11,3 +11,5 @@
 gem "twitter-text"
 
 gem "newrelic_rpm"
+
+gem "puma", :require => false
--- a/Gemfile.lock	Sun Jun 26 18:22:05 2016 +0900
+++ b/Gemfile.lock	Mon Jun 27 04:49:53 2016 +0900
@@ -59,6 +59,8 @@
     nokogiri (1.6.7.2-java)
     nokogiri (1.6.7.2-x86-mingw32)
       mini_portile2 (~> 2.0.0.rc2)
+    puma (3.4.0)
+    puma (3.4.0-java)
     rack (2.0.0.rc1)
       json
     rack-test (0.6.3)
@@ -113,6 +115,7 @@
   actionview (~> 5.0.0.rc1)
   dalli
   newrelic_rpm
+  puma
   railties (~> 5.0.0.rc1)
   twitter
   twitter-text