From 7abcaca4aa0b7621b867da2eab6bea7418672da1 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 29 Mar 2013 02:38:46 -0400 Subject: [PATCH] normal Gemfile --- Gemfile | 4 ++-- Gemfile~ | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1f7c3bd8..cb1ac1c2 100644 --- a/Gemfile +++ b/Gemfile @@ -13,8 +13,8 @@ gem 'formtastic' gem 'json' gem 'rails3-jquery-autocomplete' gem 'best_in_place' -#gem 'therubyracer' #optional -#gem 'rb-readline' +gem 'therubyracer' #optional +gem 'rb-readline' # Gems used only for assets and not required # in production environments by default. diff --git a/Gemfile~ b/Gemfile~ index cb1ac1c2..1f7c3bd8 100644 --- a/Gemfile~ +++ b/Gemfile~ @@ -13,8 +13,8 @@ gem 'formtastic' gem 'json' gem 'rails3-jquery-autocomplete' gem 'best_in_place' -gem 'therubyracer' #optional -gem 'rb-readline' +#gem 'therubyracer' #optional +#gem 'rb-readline' # Gems used only for assets and not required # in production environments by default.