From 6e157e163f2478cb23b85a015947d2739f912c80 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Thu, 4 Feb 2016 09:34:12 +0000 Subject: [PATCH] Update therubyracer link --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 564ca6d46..33c745a13 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'mime-types' # Windows support if RUBY_PLATFORM.downcase.include?('mswin') || RUBY_PLATFORM.downcase.include?('mingw') - # make sure you install this gem following https://github.com/hiranpeiris/therubyracer_for_windows + # make sure you install this gem following https://github.com/eakmotion/therubyracer_for_windows gem 'therubyracer', '~> 0.11.0beta1' gem 'execjs' gem 'win32console'