We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29fcbb7 + 3916355 commit b85be54Copy full SHA for b85be54
test/lang/ruby/Gemfile
@@ -1,3 +1,3 @@
1
source "https://rubygems.org"
2
-gem "pg", "~> 1.6.2"
+gem "pg", "~> 1.6.3"
3
gem "test-unit", "~> 3.6.1"
test/lang/ruby/Gemfile.lock
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
4
- pg (1.6.2-aarch64-linux)
5
- pg (1.6.2-arm64-darwin)
6
- pg (1.6.2-x86_64-linux)
+ pg (1.6.3-aarch64-linux)
+ pg (1.6.3-arm64-darwin)
+ pg (1.6.3-x86_64-linux)
7
power_assert (2.0.3)
8
test-unit (3.6.1)
9
power_assert
@@ -14,7 +14,7 @@ PLATFORMS
14
x86_64-linux-gnu
15
16
DEPENDENCIES
17
- pg (~> 1.6.2)
+ pg (~> 1.6.3)
18
test-unit (~> 3.6.1)
19
20
BUNDLED WITH
0 commit comments