Skip to content

Commit

Permalink
ci: point rails master build at arel on github
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 21, 2011
1 parent 568030e commit b80af68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -60,6 +60,7 @@ end
case version = ENV['RAILS_VERSION'] || File.read(File.expand_path("../.rails-version", __FILE__)).chomp
when /master/
gem "rails", :git => "git://github.com/rails/rails.git"
gem "arel", :git => "git://github.com/rails/arel.git"
gem "journey", :git => "git://github.com/rails/journey.git"
when /3-0-stable/
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-0-stable"
Expand Down

0 comments on commit b80af68

Please sign in to comment.