Update Gemfile to Rails 3.

This commit is contained in:
José Valim 2010-08-31 10:10:52 +02:00
parent 5702125175
commit b93c01c641
1 changed files with 1 additions and 6 deletions

View File

@ -1,11 +1,6 @@
source "http://rubygems.org"
if File.exist? File.expand_path('../../rails', __FILE__)
gem "rails", :path => "../rails"
else
gem "rails", :git => "git://github.com/rails/rails.git"
end
gem "rails", "3.0.0"
gem "mocha"
if RUBY_VERSION < "1.9"