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