Skip to content

Commit d1145c8

Browse files
dependabot[bot]zetter-rpf
authored andcommitted
Bump pg from 1.6.1 to 1.6.3
Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.1 to 1.6.3. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd90801 commit d1145c8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gem 'omniauth-rpi',
3434
tag: 'v1.3.1'
3535
gem 'open-uri'
3636
gem 'paper_trail'
37-
gem 'pg', '~> 1.1'
37+
gem 'pg', '~> 1.6'
3838
gem 'postmark-rails'
3939
gem 'puma', '~> 7.2'
4040
gem 'rack-cors'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ GEM
336336
parser (3.3.9.0)
337337
ast (~> 2.4.1)
338338
racc
339-
pg (1.6.1-aarch64-linux)
340-
pg (1.6.1-arm64-darwin)
341-
pg (1.6.1-x86_64-linux)
339+
pg (1.6.3-aarch64-linux)
340+
pg (1.6.3-arm64-darwin)
341+
pg (1.6.3-x86_64-linux)
342342
postmark (1.25.1)
343343
json
344344
postmark-rails (0.22.1)
@@ -625,7 +625,7 @@ DEPENDENCIES
625625
omniauth-rpi!
626626
open-uri
627627
paper_trail
628-
pg (~> 1.1)
628+
pg (~> 1.6)
629629
postmark-rails
630630
pry-byebug
631631
puma (~> 7.2)

0 commit comments

Comments
 (0)