mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove Arel's git repo from Gemfile and use system_timer just on 1.8.x
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user