From e703584f9f95c0db9312041dc07281b6f7772755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 00:03:30 +0000 Subject: [PATCH] Bump pg from 1.3.2 to 1.3.3 Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.2 to 1.3.3. - [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.3.2...v1.3.3) --- updated-dependencies: - dependency-name: pg dependency-type: direct:development 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 f636de24..f3ee97d2 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer # Use --without argument to skip unnecessary drivers gem 'sqlite3', group: :sqlite gem 'mysql2', '~> 0.5.3', group: :mysql -gem 'pg', '~> 1.3.2', group: :postgresql +gem 'pg', '~> 1.3.3', group: :postgresql group :development do gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 74151955..7f622af8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM parallel (1.21.0) parser (3.1.0.0) ast (~> 2.4.1) - pg (1.3.2) + pg (1.3.3) puma (5.6.2) nio4r (~> 2.0) racc (1.6.0) @@ -339,7 +339,7 @@ DEPENDENCIES minitest-stub-const mocha mysql2 (~> 0.5.3) - pg (~> 1.3.2) + pg (~> 1.3.3) puma (~> 5.6) rack-mini-profiler rails (~> 6.0.4)