Adds pg gem for production
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user