From 25d9a804b6510cb9f8e889330aef07d54eac1621 Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Sun, 17 Jul 2016 19:37:05 +1000 Subject: [PATCH] Update pg for Rails 5 friendliness. --- Gemfile | 2 +- gemfiles/rails_3_2.gemfile | 2 +- gemfiles/rails_4_0.gemfile | 2 +- gemfiles/rails_4_1.gemfile | 2 +- gemfiles/rails_4_2.gemfile | 2 +- gemfiles/rails_5_0.gemfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 2d0f82d46..542b8c568 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gemspec gem 'mysql2', '~> 0.3.12b4', :platform => :ruby -gem 'pg', '~> 0.16.0', :platform => :ruby +gem 'pg', '~> 0.18.4', :platform => :ruby gem 'jdbc-mysql', '5.1.35', :platform => :jruby gem 'activerecord-jdbcmysql-adapter', '~> 1.3.4', :platform => :jruby diff --git a/gemfiles/rails_3_2.gemfile b/gemfiles/rails_3_2.gemfile index 1d0f3cd35..f8679edbe 100644 --- a/gemfiles/rails_3_2.gemfile +++ b/gemfiles/rails_3_2.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "mysql2", "~> 0.3.12b4", :platform => :ruby -gem "pg", "~> 0.16.0", :platform => :ruby +gem "pg", "~> 0.18.4", :platform => :ruby gem "jdbc-mysql", "5.1.35", :platform => :jruby gem "activerecord-jdbcmysql-adapter", "~> 1.3.4", :platform => :jruby gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.4", :platform => :jruby diff --git a/gemfiles/rails_4_0.gemfile b/gemfiles/rails_4_0.gemfile index ab9fa5eaf..50c75c2fa 100644 --- a/gemfiles/rails_4_0.gemfile +++ b/gemfiles/rails_4_0.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "mysql2", "~> 0.3.12b4", :platform => :ruby -gem "pg", "~> 0.16.0", :platform => :ruby +gem "pg", "~> 0.18.4", :platform => :ruby gem "jdbc-mysql", "5.1.35", :platform => :jruby gem "activerecord-jdbcmysql-adapter", "~> 1.3.4", :platform => :jruby gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.4", :platform => :jruby diff --git a/gemfiles/rails_4_1.gemfile b/gemfiles/rails_4_1.gemfile index 09e378302..7092e4639 100644 --- a/gemfiles/rails_4_1.gemfile +++ b/gemfiles/rails_4_1.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "mysql2", "~> 0.3.12b4", :platform => :ruby -gem "pg", "~> 0.16.0", :platform => :ruby +gem "pg", "~> 0.18.4", :platform => :ruby gem "jdbc-mysql", "5.1.35", :platform => :jruby gem "activerecord-jdbcmysql-adapter", "~> 1.3.4", :platform => :jruby gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.4", :platform => :jruby diff --git a/gemfiles/rails_4_2.gemfile b/gemfiles/rails_4_2.gemfile index 5a3035c4d..07bc0eb8d 100644 --- a/gemfiles/rails_4_2.gemfile +++ b/gemfiles/rails_4_2.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "mysql2", "~> 0.3.12b4", :platform => :ruby -gem "pg", "~> 0.16.0", :platform => :ruby +gem "pg", "~> 0.18.4", :platform => :ruby gem "jdbc-mysql", "5.1.35", :platform => :jruby gem "activerecord-jdbcmysql-adapter", "~> 1.3.4", :platform => :jruby gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.4", :platform => :jruby diff --git a/gemfiles/rails_5_0.gemfile b/gemfiles/rails_5_0.gemfile index 5a90d9b38..2a168ba9c 100644 --- a/gemfiles/rails_5_0.gemfile +++ b/gemfiles/rails_5_0.gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "mysql2", "~> 0.3.12b4", :platform => :ruby -gem "pg", "~> 0.16.0", :platform => :ruby +gem "pg", "~> 0.18.4", :platform => :ruby gem "jdbc-mysql", "5.1.35", :platform => :jruby gem "activerecord-jdbcmysql-adapter", "~> 1.3.4", :platform => :jruby gem "activerecord-jdbcpostgresql-adapter", "~> 1.3.4", :platform => :jruby