Skip to content

Commit 5aa9333

Browse files
Merge pull request #180 from internetee/renovate/pg-1.x
Update dependency pg to '~> 1.6.0'
2 parents e040464 + 540f37c commit 5aa9333

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.5.0'
13+
gem 'pg', '~> 1.6.0'
1414

1515
group :development do
1616
gem 'rubocop'

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ GEM
4848
parser (3.3.10.0)
4949
ast (~> 2.4.1)
5050
racc
51-
pg (1.5.9)
51+
pg (1.6.2)
52+
pg (1.6.2-aarch64-linux)
5253
prism (1.6.0)
5354
pry (0.15.2)
5455
coderay (~> 1.1)
@@ -100,7 +101,7 @@ DEPENDENCIES
100101
minitest
101102
mocha
102103
ostruct
103-
pg (~> 1.5.0)
104+
pg (~> 1.6.0)
104105
pry (~> 0.15.0)
105106
rubocop
106107
simplecov (= 0.17.1)

0 commit comments

Comments
 (0)