diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-12-14 13:26:41 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-12-14 13:26:49 -0800 |
commit | b6105b0b59073efe7d8c5fad0b2246d0534030e1 (patch) | |
tree | 92665487d26672a2cafc92acbcfe7ec61f5f6d4c /Gemfile | |
parent | 800252ca71ac731db16e72cbcd4e817e2bfb8e7b (diff) | |
download | rails-b6105b0b59073efe7d8c5fad0b2246d0534030e1.tar.gz rails-b6105b0b59073efe7d8c5fad0b2246d0534030e1.tar.bz2 rails-b6105b0b59073efe7d8c5fad0b2246d0534030e1.zip |
updating arel and journey dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ gemspec if ENV['AREL'] gem 'arel', :path => ENV['AREL'] else - gem 'arel', :git => 'git://github.com/rails/arel' + gem 'arel' end gem 'bcrypt-ruby', '~> 3.0.0' @@ -14,7 +14,7 @@ gem 'jquery-rails' if ENV['JOURNEY'] gem 'journey', :path => ENV['JOURNEY'] else - gem 'journey', :git => 'git://github.com/rails/journey' + gem 'journey' end # This needs to be with require false to avoid |