Skip to content

Commit a363f00

Browse files
authored
[ruby/rage] Update pg to 1.6.2 (#10216)
1 parent 500c391 commit a363f00

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

frameworks/Ruby/rage-sequel/Gemfile.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
bigdecimal (3.1.9)
4+
bigdecimal (3.3.1)
55
logger (1.7.0)
6-
pg (1.5.9)
6+
pg (1.6.2)
7+
pg (1.6.2-x86_64-darwin)
78
rack (2.2.20)
89
rack-test (2.2.0)
910
rack (>= 1.3)
@@ -16,9 +17,9 @@ GEM
1617
thor (~> 1.0)
1718
zeitwerk (~> 2.6)
1819
rake (13.2.1)
19-
sequel (5.88.0)
20+
sequel (5.97.0)
2021
bigdecimal
21-
sequel_pg (1.17.1)
22+
sequel_pg (1.17.2)
2223
pg (>= 0.18.0, != 1.2.0)
2324
sequel (>= 4.38.0)
2425
thor (1.3.2)

frameworks/Ruby/rage/Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ GEM
3030
concurrent-ruby (~> 1.0)
3131
logger (1.7.0)
3232
minitest (5.25.5)
33-
pg (1.5.9)
33+
pg (1.6.2)
34+
pg (1.6.2-x86_64-darwin)
3435
rack (2.2.18)
3536
rack-test (2.2.0)
3637
rack (>= 1.3)

0 commit comments

Comments
 (0)