Mercurial > hg > soundsoftware-site
diff Gemfile @ 1615:be8eb1d8201b live
Lock this gem
author | Chris Cannam |
---|---|
date | Tue, 05 Sep 2017 12:49:49 +0100 |
parents | aba122ac2d40 |
children |
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]