From 5c078368c762ec025997af6b2c94632b2f9301d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 5 Oct 2012 10:35:03 -0300 Subject: [PATCH] Fix the coffee-rails dependecy version --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f98e85e749..3b77524077 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,8 @@ gem 'rack-test', github: 'brynary/rack-test' gem 'rack-cache', "~> 1.2" gem 'bcrypt-ruby', '~> 3.0.0' gem 'jquery-rails' -gem 'turbolinks', github: 'rails/turbolinks' +gem 'turbolinks' +gem 'coffee-rails', github: 'rails/coffee-rails' gem 'journey', github: 'rails/journey', branch: 'master'