updated Gemfile with two gems needed for Linode. Sorry people who don't like therubyracer!
This commit is contained in:
parent
b40d63c0c1
commit
3c66e4c50f
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
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.
|
||||
|
|
Loading…
Reference in a new issue