downgrade pg, pg 1.7 is buggy it is being fixed, we need to wait for the next release

see: https://groups.google.com/forum/#!topic/ruby-pg/5_ylGmog1S4
This commit is contained in:
Sam 2013-12-10 11:41:05 +11:00
parent 2596f7dec2
commit 2179baf062
2 changed files with 4 additions and 3 deletions

View file

@ -107,7 +107,8 @@ gem 'omniauth-oauth2', require: false
gem 'omniauth-browserid', git: 'https://github.com/callahad/omniauth-browserid.git', branch: 'observer_api'
gem 'omniauth-cas'
gem 'oj'
gem 'pg'
# while resolving https://groups.google.com/forum/#!topic/ruby-pg/5_ylGmog1S4
gem 'pg', '0.15.1'
gem 'rake'

View file

@ -271,7 +271,7 @@ GEM
openid-redis-store (0.0.2)
redis
ruby-openid
pg (0.17.0)
pg (0.15.1)
polyglot (0.3.3)
progress (3.0.0)
pry (0.9.12.4)
@ -491,7 +491,7 @@ DEPENDENCIES
omniauth-openid
omniauth-twitter
openid-redis-store
pg
pg (= 0.15.1)
pry-nav
pry-rails
puma