diff --git a/Gemfile b/Gemfile index 7f1fbb125d9..ab1eaa1eecc 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'jwt' gem 'oj' gem 'yard', require: false gem 'commonmarker' -gem 'pg', '1.4.4' +gem 'pg', '1.4.5' gem 'rexml' gem 'omniauth-rails_csrf_protection' gem 'psych', '~> 3.3' diff --git a/Gemfile.lock b/Gemfile.lock index b5203468ffe..9eb402a98eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,7 +241,7 @@ GEM omniauth (~> 2.0) pagy (5.10.1) activesupport - pg (1.4.4) + pg (1.4.5) pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) @@ -414,7 +414,7 @@ DEPENDENCIES omniauth-github (= 2.0.1) omniauth-rails_csrf_protection pagy - pg (= 1.4.4) + pg (= 1.4.5) pg_search psych (~> 3.3) puma