Skip to content

Commit 07a95e9

Browse files
Merge pull request #226 from internetee/dependabot/bundler/pg-1.6.3
Bump pg from 1.6.2 to 1.6.3
2 parents 55ab798 + 868ccb2 commit 07a95e9

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)