update ruby version and added gems for js runtime

This commit is contained in:
manson 2014-08-26 12:10:54 +08:00
parent 7aeb81c532
commit c07bb22308
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
ruby 2.1.1
ruby 2.1

View File

@ -42,6 +42,9 @@ gem 'ckeditor'
gem 'unicorn'
gem 'zhconv'
gem 'execjs'
gem 'therubyracer'
#form helpers
gem 'dynamic_form'