Mercurial > hg > soundsoftware-site
changeset 1615:be8eb1d8201b live
Lock this gem
author | Chris Cannam |
---|---|
date | Tue, 05 Sep 2017 12:49:49 +0100 |
parents | 96bcc0ebd102 |
children | 44f001af7f6a |
files | Gemfile Gemfile.lock |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Gemfile Tue Sep 05 11:19:50 2017 +0100 +++ b/Gemfile Tue Sep 05 12:49:49 2017 +0100 @@ -60,7 +60,11 @@ gem "mysql", "~> 2.8.1", :platforms => [:mri, :mingw] gem "activerecord-jdbcmysql-adapter", :platforms => :jruby when /postgresql/ - gem "pg", ">= 0.11.0", :platforms => [:mri, :mingw] + #!!! Lock (temporarily?) to 0.20 to avoid being spammed by + # deprecation errors from one of the other users of the gem + # outside our control +# gem "pg", ">= 0.11.0", :platforms => [:mri, :mingw] + gem "pg", "= 0.20.0", :platforms => [:mri, :mingw] gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby when /sqlite3/ gem "sqlite3", :platforms => [:mri, :mingw]