Skip to content

Commit

Permalink
ci: update git-sourced dependencies for master and 2-3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jul 27, 2012
1 parent 24b0f3c commit 274ae67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -33,14 +33,15 @@ when /master/
gem "arel", :git => "git://github.com/rails/arel.git" gem "arel", :git => "git://github.com/rails/arel.git"
gem "journey", :git => "git://github.com/rails/journey.git" gem "journey", :git => "git://github.com/rails/journey.git"
gem "active_record_deprecated_finders", :git => "git://github.com/rails/active_record_deprecated_finders.git" gem "active_record_deprecated_finders", :git => "git://github.com/rails/active_record_deprecated_finders.git"
gem 'sass-rails', :git => "git://github.com/rails/sass-rails.git"
gem 'coffee-rails', :git => "git://github.com/rails/coffee-rails.git"
when /3-0-stable/ when /3-0-stable/
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-0-stable" gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-0-stable"
gem "arel", :git => "git://github.com/rails/arel.git", :branch => "2-0-stable" gem "arel", :git => "git://github.com/rails/arel.git", :branch => "2-0-stable"
when /3-1-stable/ when /3-1-stable/
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-1-stable" gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-1-stable"
when /3-2-stable/ when /3-2-stable/
gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-2-stable" gem "rails", :git => "git://github.com/rails/rails.git", :branch => "3-2-stable"
gem "journey", :git => "git://github.com/rails/journey.git"
else else
gem "rails", version gem "rails", version
end end

0 comments on commit 274ae67

Please sign in to comment.