From 1a56a761530e3adf043a9d45ca6e1e90114f6a0e Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 23 Jan 2012 17:23:13 -0800 Subject: work against 1-0-stable until a new journey is released --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 307ba8f0b8..103dd1bd6c 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'jquery-rails' if ENV['JOURNEY'] gem 'journey', :path => ENV['JOURNEY'] else - gem 'journey' + gem 'journey', :git => 'git://github.com/rails/journey.git', :branch => '1-0-stable' end # This needs to be with require false to avoid -- cgit v1.2.3