Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/lang/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"
gem "pg", "~> 1.6.2"
gem "pg", "~> 1.6.3"
gem "test-unit", "~> 3.6.1"
8 changes: 4 additions & 4 deletions test/lang/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
pg (1.6.2-aarch64-linux)
pg (1.6.2-arm64-darwin)
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)
power_assert (2.0.3)
test-unit (3.6.1)
power_assert
Expand All @@ -14,7 +14,7 @@ PLATFORMS
x86_64-linux-gnu

DEPENDENCIES
pg (~> 1.6.2)
pg (~> 1.6.3)
test-unit (~> 3.6.1)

BUNDLED WITH
Expand Down