mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:44:49 +08:00
upgrade pg, appears to be false positive
This commit is contained in:
parent
112e82d11a
commit
0b7c92166c
5
Gemfile
5
Gemfile
|
@ -145,10 +145,7 @@ gem 'omniauth-github-discourse', require: 'omniauth-github'
|
|||
gem 'omniauth-oauth2', require: false
|
||||
gem 'omniauth-google-oauth2'
|
||||
gem 'oj'
|
||||
# pg is downgraded while we investigate a severe memory issu
|
||||
# during multi threading that shows up on 0.18.1
|
||||
# This also means we DO NOT work on Ruby 2.2 at the moment
|
||||
gem 'pg', '0.15.1'
|
||||
gem 'pg'
|
||||
gem 'pry-rails', require: false
|
||||
gem 'rake'
|
||||
|
||||
|
|
|
@ -281,7 +281,7 @@ GEM
|
|||
openid-redis-store (0.0.2)
|
||||
redis
|
||||
ruby-openid
|
||||
pg (0.15.1)
|
||||
pg (0.18.1)
|
||||
polyglot (0.3.5)
|
||||
progress (3.0.1)
|
||||
pry (0.10.1)
|
||||
|
@ -506,7 +506,7 @@ DEPENDENCIES
|
|||
omniauth-twitter
|
||||
onebox
|
||||
openid-redis-store
|
||||
pg (= 0.15.1)
|
||||
pg
|
||||
pry-nav
|
||||
pry-rails
|
||||
puma
|
||||
|
|
Loading…
Reference in New Issue
Block a user