Commit 3ab231e6

mista mo <cake-eater@mokhan.ca>
2011-06-17 00:51:14
move pg gem to production group.
1 parent e2019da
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