upgrade pg, appears to be false positive

This commit is contained in:
Sam
2015-02-15 08:27:35 +11:00
parent 112e82d11a
commit 0b7c92166c
2 changed files with 3 additions and 6 deletions

View File

@@ -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'