diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 17:36:17 -0500 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-02-18 17:36:17 -0500 |
commit | 5f5a3ca46b0c59f698a49de463d72492cfe60f37 (patch) | |
tree | 6f158f4de13066cd18955de5041608f938aeb8aa /Gemfile | |
parent | 6ed33813c9e3f7b98a154fd321be1eb1088065c6 (diff) |
force therubyracer
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby +gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' |