Skip to content

Commit 6d73431

Browse files
Bump pg from 1.3.2 to 1.4.3
Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.2 to 1.4.3. - [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.2...v1.4.3) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b00276a commit 6d73431

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :development, :test do
1616
gem "vcr", "~> 6.0"
1717
end
1818

19-
gem "pg", "~> 1.3"
19+
gem "pg", "~> 1.4"
2020

2121
# integration dependencies
2222
gem "aws-sdk-sns", "~> 1.53"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ GEM
179179
parallel (1.22.1)
180180
parser (3.1.2.0)
181181
ast (~> 2.4.1)
182-
pg (1.3.2)
182+
pg (1.4.3)
183183
public_suffix (4.0.6)
184184
racc (1.6.0)
185185
rack (2.2.3)
@@ -281,7 +281,7 @@ DEPENDENCIES
281281
dotenv-rails (~> 2.7)
282282
httparty (~> 0.20.0)
283283
pager_tree-integrations!
284-
pg (~> 1.3)
284+
pg (~> 1.4)
285285
sanitize (~> 6.0)
286286
sprockets-rails
287287
standard (= 1.12.0)

0 commit comments

Comments
 (0)