mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
upgrade pg, appears to be false positive
This commit is contained in:
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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user