Commit 3ab231e6
Changed files (1)
Gemfile
@@ -19,7 +19,7 @@ gem 'json'
gem 'thinking-sphinx'
#gem 'postgres'
#gem 'postgres-pr'
-gem 'pg'
+# gem 'pg'
# Use unicorn as the web server
# gem 'unicorn'
@@ -43,3 +43,6 @@ gem 'pg'
gem 'webrat'
gem 'rspec-rails'
end
+ group :production do
+ gem 'pg'
+ end