Skip to content

Commit 9d9c3e5

Browse files
authored
[ruby/sequel] Update pg to 1.6.2 (#10165)
1 parent 6f9b7a5 commit 9d9c3e5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

frameworks/Ruby/sinatra-sequel/Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
base64 (0.2.0)
5-
bigdecimal (3.1.9)
5+
bigdecimal (3.3.1)
66
concurrent-ruby (1.3.5)
77
iodine (0.7.58)
88
json (2.13.2)
99
logger (1.6.6)
1010
mustermann (3.0.3)
1111
ruby2_keywords (~> 0.0.1)
1212
nio4r (2.7.4)
13-
pg (1.5.9)
13+
pg (1.6.2)
14+
pg (1.6.2-x86_64-darwin)
15+
pg (1.6.2-x86_64-linux)
1416
puma (7.0.2)
1517
nio4r (~> 2.0)
1618
rack (3.2.0)
@@ -22,9 +24,9 @@ GEM
2224
base64 (>= 0.1.0)
2325
rack (>= 3.0.0)
2426
ruby2_keywords (0.0.5)
25-
sequel (5.90.0)
27+
sequel (5.97.0)
2628
bigdecimal
27-
sequel_pg (1.17.1)
29+
sequel_pg (1.17.2)
2830
pg (>= 0.18.0, != 1.2.0)
2931
sequel (>= 4.38.0)
3032
sinatra (4.1.1)

frameworks/Ruby/sinatra/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ GEM
3535
mustermann (3.0.4)
3636
ruby2_keywords (~> 0.0.1)
3737
nio4r (2.7.4)
38-
pg (1.5.9)
38+
pg (1.6.2)
39+
pg (1.6.2-x86_64-darwin)
40+
pg (1.6.2-x86_64-linux)
3941
puma (7.0.2)
4042
nio4r (~> 2.0)
4143
rack (3.2.3)

0 commit comments

Comments
 (0)