mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
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:
parent
2596f7dec2
commit
2179baf062
2 changed files with 4 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -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'
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue