updated Gemfile with two gems needed for Linode. Sorry people who don't like therubyracer!

This commit is contained in:
Devin Howard 2013-03-07 21:44:58 -05:00
parent b40d63c0c1
commit 3c66e4c50f

View file

@ -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.