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'
+2
View File
@@ -110,6 +110,7 @@ GEM
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pg (0.14.1)
polyglot (0.3.3)
rack (1.4.3)
rack-cache (1.2)
@@ -197,6 +198,7 @@ DEPENDENCIES
omniauth-facebook
omniauth-openid
paperclip (~> 2.3)
pg
rails (= 3.2.11)
rake
redis