Skip to content

Commit c18c682

Browse files
authored
Merge pull request #1318 from Crown-Commercial-Service/dependabot/bundler/pg-1.6.3
build(deps): bump pg from 1.6.2 to 1.6.3
2 parents cbdf3d7 + 01ad0b1 commit c18c682

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gem 'solid_queue', '~> 1.2.4'
3939

4040
# for postgresql
4141
gem 'activerecord-postgis-adapter', '~> 11.0.0'
42-
gem 'pg', '~> 1.6.2'
42+
gem 'pg', '~> 1.6.3'
4343
# remove if not option two taken in project
4444
gem 'jwt', '~> 3.1.2'
4545
gem 'rest-client', '~> 2.1'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ GEM
229229
parser (3.3.10.0)
230230
ast (~> 2.4.1)
231231
racc
232-
pg (1.6.2)
233-
pg (1.6.2-arm64-darwin)
234-
pg (1.6.2-x86_64-darwin)
235-
pg (1.6.2-x86_64-linux)
236-
pg (1.6.2-x86_64-linux-musl)
232+
pg (1.6.3)
233+
pg (1.6.3-arm64-darwin)
234+
pg (1.6.3-x86_64-darwin)
235+
pg (1.6.3-x86_64-linux)
236+
pg (1.6.3-x86_64-linux-musl)
237237
pp (0.6.3)
238238
prettyprint
239239
prettyprint (0.2.0)
@@ -446,7 +446,7 @@ DEPENDENCIES
446446
jsbundling-rails (~> 1.3)
447447
jwt (~> 3.1.2)
448448
listen (~> 3.9)
449-
pg (~> 1.6.2)
449+
pg (~> 1.6.3)
450450
propshaft
451451
puma (~> 7.1)
452452
rack-attack (~> 6.8.0)

0 commit comments

Comments
 (0)