Skip to content

Commit c35ce22

Browse files
build(deps): bump pg from 1.3.3 to 1.3.4 (CircuitVerse#3035)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](ged/ruby-pg@v1.3.3...v1.3.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abd0cdb commit c35ce22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ gem "http"
8585

8686
# Database
8787

88-
gem "pg", "~> 1.3.3"
88+
gem "pg", "~> 1.3.4"
8989

9090
gem "meta-tags"
9191

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ GEM
389389
parallel (1.21.0)
390390
parser (3.1.1.0)
391391
ast (~> 2.4.1)
392-
pg (1.3.3)
393-
pg (1.3.3-x64-mingw32)
392+
pg (1.3.4)
393+
pg (1.3.4-x64-mingw32)
394394
pg_search (2.3.6)
395395
activerecord (>= 5.2)
396396
activesupport (>= 5.2)
@@ -713,7 +713,7 @@ DEPENDENCIES
713713
omniauth-github
714714
omniauth-google-oauth2
715715
omniauth-microsoft-office365
716-
pg (~> 1.3.3)
716+
pg (~> 1.3.4)
717717
pg_search
718718
premailer-rails (~> 1.11, >= 1.11.1)
719719
pry-rails

0 commit comments

Comments
 (0)