diff --git a/Gemfile b/Gemfile index 18bc1a42643..9b06808e41a 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'bugsnag' # Supported databases gem 'mysql2', require: false -gem 'pg', '1.1.2', require: false +gem 'pg', '1.1.3', require: false group :development, :test do gem 'byebug', platform: :mri diff --git a/Gemfile.lock b/Gemfile.lock index 2fba15b5212..dfd75784517 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ GEM parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) - pg (1.1.2) + pg (1.1.3) pg_search (2.1.2) activerecord (>= 4.2) activesupport (>= 4.2) @@ -362,7 +362,7 @@ DEPENDENCIES octicons_helper octokit omniauth-github - pg (= 1.1.2) + pg (= 1.1.3) pg_search puma puma_worker_killer