From c962b8acfc6c83830c54ea01f35446181817c8de Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 22 Sep 2013 16:06:50 +0100 Subject: [PATCH] Remove commented out load of therubyracer --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index f8fa61130..3f16358ed 100644 --- a/Gemfile +++ b/Gemfile @@ -24,9 +24,6 @@ gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~> 4.0.0' -# See https://github.com/sstephenson/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby - # Use jquery as the JavaScript library gem 'jquery-rails' -- 2.43.2