mirror of https://github.com/rails/rails
Force gemcutter source to ensure a consistent arel version
This commit is contained in:
parent
ca990b03cc
commit
8ed82dfeb9
4
Gemfile
4
Gemfile
|
@ -1,4 +1,5 @@
|
|||
Gem.sources.each { |uri| source uri }
|
||||
clear_sources
|
||||
source 'http://gemcutter.org'
|
||||
|
||||
gem "rails", "3.0.pre", :vendored_at => "railties"
|
||||
%w(
|
||||
|
@ -15,7 +16,6 @@ gem "rack", "1.0.1"
|
|||
gem "rack-mount", :git => "git://github.com/rails/rack-mount.git"
|
||||
gem "rack-test", "~> 0.5.0"
|
||||
gem "erubis", "~> 2.6.0"
|
||||
gem "arel", :git => "git://github.com/rails/arel.git"
|
||||
gem "mocha"
|
||||
gem "sqlite3-ruby"
|
||||
gem "RedCloth"
|
||||
|
|
Loading…
Reference in New Issue