Adds pg gem for production

This commit is contained in:
Thomas Buchöster
2013-01-11 21:48:50 +01:00
parent f44750d0b6
commit 7936965cb6
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ gem 'omniauth-openid'
# for file upload ( -> avatar )
gem 'paperclip', '~> 2.3'
gem 'pg', group: :production
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'