Remove Arel's git repo from Gemfile and use system_timer just on 1.8.x

This commit is contained in:
José Valim 2010-03-25 20:37:46 +01:00
parent a8b93d7a05
commit 99ce6eb4b1
1 changed files with 1 additions and 2 deletions

View File

@ -1,15 +1,14 @@
path File.dirname(__FILE__)
source 'http://rubygems.org'
gem "arel", :git => "git://github.com/rails/arel.git"
gem "rails", "3.0.0.beta1"
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
group :mri do
gem "system_timer"
if RUBY_VERSION < '1.9'
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
end
end