Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Don't use postgres in development.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Peplin committed Nov 15, 2010
1 parent 8e3255b commit 9f97a9d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Expand Up @@ -18,17 +18,14 @@ gem "seed-fu", :git => "git://github.com/peplin/seed-fu.git",
gem "resque"
gem "resque-scheduler"

group :production do
gem 'pg'
end
gem 'pg'
gem 'sqlite3-ruby', :require => 'sqlite3'

group :test, :development do
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'shoulda'
gem 'rcov'
gem 'rspec', ">= 2.0.1"
gem 'rspec-rails', ">= 2.0.1"
gem 'silent-postgres'

if RUBY_VERSION < '1.9'
gem "ruby-debug"
Expand Down

0 comments on commit 9f97a9d

Please sign in to comment.