Skip to content

Commit 868ccb2

Browse files
Bump pg from 1.6.2 to 1.6.3
Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.2 to 1.6.3. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.6.2...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 55ab798 commit 868ccb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'simpleidn', '~> 0.2.1' # For punycode
1010
gem 'activerecord', '~> 7.2', '>= 7.2.2.2'
1111
gem 'daemons', '~> 1.4.1'
1212
gem 'dotenv'
13-
gem 'pg', '~> 1.6.0'
13+
gem 'pg', '~> 1.6.3'
1414

1515
group :development do
1616
gem 'rubocop'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ GEM
4848
parser (3.3.10.0)
4949
ast (~> 2.4.1)
5050
racc
51-
pg (1.6.2)
52-
pg (1.6.2-aarch64-linux)
51+
pg (1.6.3)
52+
pg (1.6.3-aarch64-linux)
5353
prism (1.6.0)
5454
pry (0.15.2)
5555
coderay (~> 1.1)
@@ -101,7 +101,7 @@ DEPENDENCIES
101101
minitest
102102
mocha
103103
ostruct
104-
pg (~> 1.6.0)
104+
pg (~> 1.6.3)
105105
pry (~> 0.15.0)
106106
rubocop
107107
simplecov (= 0.17.1)

0 commit comments

Comments
 (0)