From 75b5fda0e98279c7cbfa4eb7a63b4d1263ce67e4 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Fri, 1 Nov 2013 13:06:06 +0100 Subject: [PATCH] Remove unicorn gem dependency --- Gemfile | 1 - Gemfile.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6f07154..0b74b42 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,5 @@ group :test do end group :staging, :production do - gem "unicorn" gem "rainbows" end diff --git a/Gemfile.lock b/Gemfile.lock index 911f536..c1deb11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,4 +84,3 @@ DEPENDENCIES riak-client sinatra sinatra-contrib - unicorn