From 015b00944bd5a83dd4a9371ff92287d149b9d90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 07:01:03 +0000 Subject: [PATCH] Bump pg from 1.4.4 to 1.4.5 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.4...v1.4.5) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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