Skip to content

Commit cb9cbd7

Browse files
authored
[ruby/rack] Update pg to 1.6.2 (#10164)
1 parent 9d9c3e5 commit cb9cbd7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

frameworks/Ruby/rack-sequel/Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
bigdecimal (3.1.9)
4+
bigdecimal (3.3.1)
55
concurrent-ruby (1.3.5)
66
json (2.13.2)
77
nio4r (2.7.4)
8-
pg (1.5.9)
8+
pg (1.6.2)
9+
pg (1.6.2-x86_64-darwin)
10+
pg (1.6.2-x86_64-linux)
911
puma (7.0.2)
1012
nio4r (~> 2.0)
1113
rack (3.2.0)
12-
sequel (5.90.0)
14+
sequel (5.97.0)
1315
bigdecimal
14-
sequel_pg (1.17.1)
16+
sequel_pg (1.17.2)
1517
pg (>= 0.18.0, != 1.2.0)
1618
sequel (>= 4.38.0)
1719
trilogy (2.9.0)

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ GEM
8080
rack (>= 1.6.13)
8181
rackup (>= 2.0.0)
8282
rake (>= 12.3.3)
83-
pg (1.5.9)
83+
pg (1.6.2-arm64-darwin)
84+
pg (1.6.2-x86_64-darwin)
85+
pg (1.6.2-x86_64-linux)
8486
pitchfork (0.17.0)
8587
logger
8688
rack (>= 2.0)

0 commit comments

Comments
 (0)