From 99ce6eb4b110ffba9618dbee6cb0c491bde35b9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Valim?= <jose.valim@gmail.com>
Date: Thu, 25 Mar 2010 20:37:46 +0100
Subject: Remove Arel's git repo from Gemfile and use system_timer just on
 1.8.x

---
 Gemfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Gemfile b/Gemfile
index 74c9578914..85f0406c2f 100644
--- a/Gemfile
+++ b/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
-- 
cgit v1.2.3