MS DC; put pg explictly in heroku group for now
This commit is contained in:
parent
643209112b
commit
790c2e84ea
2 changed files with 5 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -45,6 +45,9 @@ end
|
|||
|
||||
# configuration
|
||||
|
||||
group :heroku do
|
||||
gem 'pg'
|
||||
end
|
||||
|
||||
gem 'settingslogic', '2.0.6'
|
||||
# database
|
||||
|
|
|
|||
|
|
@ -314,6 +314,7 @@ GEM
|
|||
parallel (0.5.11)
|
||||
parallel_tests (0.6.11)
|
||||
parallel
|
||||
pg (0.12.2)
|
||||
polyglot (0.3.3)
|
||||
rack (1.2.4)
|
||||
rack-mobile-detect (0.3.0)
|
||||
|
|
@ -501,6 +502,7 @@ DEPENDENCIES
|
|||
omniauth-tumblr
|
||||
omniauth-twitter
|
||||
parallel_tests
|
||||
pg
|
||||
rails (= 3.0.11)
|
||||
rails-i18n
|
||||
redcarpet (= 2.0.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue