diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-12-21 11:41:19 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-12-21 13:56:20 -0700 |
commit | d6d774063da02f0654f9203c8bface943e889454 (patch) | |
tree | 84258cf663b0d6a3b0fefb6f0ce6b25d362925a2 | |
parent | 1634cfa4475c902e649fa9e1c9a9231498b6579a (diff) | |
download | rails-d6d774063da02f0654f9203c8bface943e889454.tar.gz rails-d6d774063da02f0654f9203c8bface943e889454.tar.bz2 rails-d6d774063da02f0654f9203c8bface943e889454.zip |
switch to git journey
-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" end # This needs to be with require false to avoid |