From 1fe61284afc08796d09f1626a198a1c35f0a62aa Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 4 Apr 2013 23:19:24 +0300 Subject: Replace unicorn with Puma --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 17b92d56bd0..791af6422d7 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2" gem "github-markup", "~> 0.7.4", require: 'github/markup' # Servers -gem "unicorn" +gem "puma", '~> 2.0.0.b7' # State machine gem "state_machine" -- cgit v1.2.3