Skip to content

Commit 3916355

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/lang/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
2-
gem "pg", "~> 1.6.2"
2+
gem "pg", "~> 1.6.3"
33
gem "test-unit", "~> 3.6.1"

test/lang/ruby/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
pg (1.6.2-aarch64-linux)
5-
pg (1.6.2-arm64-darwin)
6-
pg (1.6.2-x86_64-linux)
4+
pg (1.6.3-aarch64-linux)
5+
pg (1.6.3-arm64-darwin)
6+
pg (1.6.3-x86_64-linux)
77
power_assert (2.0.3)
88
test-unit (3.6.1)
99
power_assert
@@ -14,7 +14,7 @@ PLATFORMS
1414
x86_64-linux-gnu
1515

1616
DEPENDENCIES
17-
pg (~> 1.6.2)
17+
pg (~> 1.6.3)
1818
test-unit (~> 3.6.1)
1919

2020
BUNDLED WITH

0 commit comments

Comments
 (0)