summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-02-18 17:36:17 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-02-18 17:36:17 -0500
commit5f5a3ca46b0c59f698a49de463d72492cfe60f37 (patch)
tree6f158f4de13066cd18955de5041608f938aeb8aa /Gemfile
parent6ed33813c9e3f7b98a154fd321be1eb1088065c6 (diff)
force therubyracer
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 292c232..630e133 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'