From 7fcd0e836728950b5e78667b5b4187fea689e8ef Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Mon, 15 Dec 2014 09:44:29 +0100 Subject: Require the ruby racer only in production since installing it on dev machines can cause a lot of problems. Hat tip to Jeroen van Baarsen --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index b4ca5969277..357ce8f5293 100644 --- a/Gemfile +++ b/Gemfile @@ -169,7 +169,6 @@ gem 'semantic-ui-sass', '~> 0.16.1.0' gem "sass-rails", '~> 4.0.2' gem "coffee-rails" gem "uglifier" -gem "therubyracer" gem 'turbolinks' gem 'jquery-turbolinks' @@ -254,6 +253,7 @@ end group :production do gem "gitlab_meta", '7.0' + gem "therubyracer" end gem "newrelic_rpm" -- cgit v1.2.3