mirror of https://github.com/rails/rails
Remove Arel's git repo from Gemfile and use system_timer just on 1.8.x
This commit is contained in:
parent
a8b93d7a05
commit
99ce6eb4b1
3
Gemfile
3
Gemfile
|
@ -1,15 +1,14 @@
|
||||||
path File.dirname(__FILE__)
|
path File.dirname(__FILE__)
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem "arel", :git => "git://github.com/rails/arel.git"
|
|
||||||
gem "rails", "3.0.0.beta1"
|
gem "rails", "3.0.0.beta1"
|
||||||
|
|
||||||
gem "rake", ">= 0.8.7"
|
gem "rake", ">= 0.8.7"
|
||||||
gem "mocha", ">= 0.9.8"
|
gem "mocha", ">= 0.9.8"
|
||||||
|
|
||||||
group :mri do
|
group :mri do
|
||||||
gem "system_timer"
|
|
||||||
if RUBY_VERSION < '1.9'
|
if RUBY_VERSION < '1.9'
|
||||||
|
gem "system_timer"
|
||||||
gem "ruby-debug", ">= 0.10.3"
|
gem "ruby-debug", ">= 0.10.3"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue