From 3c66e4c50f218f44de303ac3de5cacabf0121ada Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Thu, 7 Mar 2013 21:44:58 -0500 Subject: [PATCH] updated Gemfile with two gems needed for Linode. Sorry people who don't like therubyracer! --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index fdf1ea45..cb1ac1c2 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,8 @@ gem 'formtastic' gem 'json' gem 'rails3-jquery-autocomplete' gem 'best_in_place' +gem 'therubyracer' #optional +gem 'rb-readline' # Gems used only for assets and not required # in production environments by default.