mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -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-browserid', git: 'https://github.com/callahad/omniauth-browserid.git', branch: 'observer_api'
|
||||||
gem 'omniauth-cas'
|
gem 'omniauth-cas'
|
||||||
gem 'oj'
|
gem 'oj'
|
||||||
gem 'pg'
|
# while resolving https://groups.google.com/forum/#!topic/ruby-pg/5_ylGmog1S4
|
||||||
|
gem 'pg', '0.15.1'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -271,7 +271,7 @@ GEM
|
||||||
openid-redis-store (0.0.2)
|
openid-redis-store (0.0.2)
|
||||||
redis
|
redis
|
||||||
ruby-openid
|
ruby-openid
|
||||||
pg (0.17.0)
|
pg (0.15.1)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
progress (3.0.0)
|
progress (3.0.0)
|
||||||
pry (0.9.12.4)
|
pry (0.9.12.4)
|
||||||
|
@ -491,7 +491,7 @@ DEPENDENCIES
|
||||||
omniauth-openid
|
omniauth-openid
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
openid-redis-store
|
openid-redis-store
|
||||||
pg
|
pg (= 0.15.1)
|
||||||
pry-nav
|
pry-nav
|
||||||
pry-rails
|
pry-rails
|
||||||
puma
|
puma
|
||||||
|
|
Loading…
Reference in a new issue