Skip to content

Commit a02ed68

Browse files
Merge pull request #666 from Crown-Commercial-Service/dependabot/bundler/pg-1.5.6
2 parents f39f310 + bf0d94f commit a02ed68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'arask', '~> 1.2.3'
2929

3030
# for postgresql
3131
gem 'activerecord-postgis-adapter', '~> 9.0.1'
32-
gem 'pg', '~> 1.5.4'
32+
gem 'pg', '~> 1.5.6'
3333
# remove if not option two taken in project
3434
gem 'jwt', '~> 2.7.1'
3535
gem 'rest-client', '~> 2.1'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ GEM
217217
parser (3.3.0.3)
218218
ast (~> 2.4.1)
219219
racc
220-
pg (1.5.4)
220+
pg (1.5.6)
221221
psych (5.1.2)
222222
stringio
223223
puma (6.4.2)
@@ -402,7 +402,7 @@ DEPENDENCIES
402402
jbuilder (~> 2.11, >= 2.11.5)
403403
jwt (~> 2.7.1)
404404
listen (~> 3.8)
405-
pg (~> 1.5.4)
405+
pg (~> 1.5.6)
406406
puma (~> 6.4)
407407
rack-attack (~> 6.7.0)
408408
rails (~> 7.1.3)

0 commit comments

Comments
 (0)