Skip to content

Commit 73bc840

Browse files
build(deps): bump pg from 1.6.1 to 1.6.2
Bumps [pg](https://github.com/ged/ruby-pg) from 1.6.1 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c84ed50 commit 73bc840

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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.0'
3939

4040
# for postgresql
4141
gem 'activerecord-postgis-adapter', '~> 11.0.0'
42-
gem 'pg', '~> 1.6.1'
42+
gem 'pg', '~> 1.6.2'
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,11 @@ GEM
226226
parser (3.3.9.0)
227227
ast (~> 2.4.1)
228228
racc
229-
pg (1.6.1)
230-
pg (1.6.1-arm64-darwin)
229+
pg (1.6.2)
230+
pg (1.6.2-arm64-darwin)
231+
pg (1.6.2-x86_64-darwin)
232+
pg (1.6.2-x86_64-linux)
233+
pg (1.6.2-x86_64-linux-musl)
231234
pp (0.6.2)
232235
prettyprint
233236
prettyprint (0.2.0)
@@ -434,7 +437,7 @@ DEPENDENCIES
434437
jsbundling-rails (~> 1.3)
435438
jwt (~> 3.1.2)
436439
listen (~> 3.9)
437-
pg (~> 1.6.1)
440+
pg (~> 1.6.2)
438441
propshaft
439442
puma (~> 6.6)
440443
rack-attack (~> 6.7.0)

0 commit comments

Comments
 (0)