diff --git a/Gemfile b/Gemfile index b04d1201..c4a8a19e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,25 +2,6 @@ source 'http://rubygems.org' gem 'rails', '3.0.0.beta2' -# Bundle edge Rails instead: -# gem 'rails', :git => 'git://github.com/rails/rails.git' - gem 'sqlite3-ruby', :require => 'sqlite3' -# Use unicorn as the web server -# gem 'unicorn' - -# Deploy with Capistrano -# gem 'capistrano' - -# Bundle the extra gems: -# gem 'bj' -# gem 'nokogiri', '1.4.1' -# gem 'sqlite3-ruby', :require => 'sqlite3' -# gem 'aws-s3', :require => 'aws/s3' - -# Bundle gems for certain environments: -# gem 'rspec', :group => :test -# group :test do -# gem 'webrat' -# end +gem 'rspec-rails', '>= 2.0.0.beta.8'