aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-12-14 13:26:41 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-12-14 13:26:49 -0800
commitb6105b0b59073efe7d8c5fad0b2246d0534030e1 (patch)
tree92665487d26672a2cafc92acbcfe7ec61f5f6d4c /Gemfile
parent800252ca71ac731db16e72cbcd4e817e2bfb8e7b (diff)
downloadrails-b6105b0b59073efe7d8c5fad0b2246d0534030e1.tar.gz
rails-b6105b0b59073efe7d8c5fad0b2246d0534030e1.tar.bz2
rails-b6105b0b59073efe7d8c5fad0b2246d0534030e1.zip
updating arel and journey dependencies
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5f5c161224..ea4869a89e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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