From 544abcfdf6f96370be02be64f2676a74101db677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 26 Dec 2012 00:49:41 -0300 Subject: [PATCH] We don't need to put journey and sprockets-rails on the Gemfile anymore. journey was merged into rails and sprockets-rails was released --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index f635894..dcc6c32 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,3 @@ if ENV['RAILS'] else gem 'rails', git: 'git://github.com/rails/rails', branch: 'master' end - -gem 'journey', github: "rails/journey" -gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'