--- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ # Supported DBs ENV["DB"] ||= "postgresql" gem 'mysql2', '~> 0.4.10' if ENV["DB"] == "all" || ENV["DB"] == "mysql" -gem 'pg', '~> 0.18.2' if ENV["DB"] == "all" || ENV["DB"] == "postgres" +gem 'pg', '~> 0.19' if ENV["DB"] == "all" || ENV["DB"] == "postgres" gem 'rugged', '~> 0.26.0' gem 'grape-route-helpers', '~> 2.1'