diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-01-23 17:23:13 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-01-23 17:23:13 -0800 |
commit | 1a56a761530e3adf043a9d45ca6e1e90114f6a0e (patch) | |
tree | e216d9767c0e9fb0b898f37502a5e41f0e674647 /Gemfile | |
parent | 3913b510b7136a90113fecf2699ea218e849aaa7 (diff) | |
download | rails-1a56a761530e3adf043a9d45ca6e1e90114f6a0e.tar.gz rails-1a56a761530e3adf043a9d45ca6e1e90114f6a0e.tar.bz2 rails-1a56a761530e3adf043a9d45ca6e1e90114f6a0e.zip |
work against 1-0-stable until a new journey is released
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |