Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 87d8c54

Browse files
authored
[ruby/sequel_pg] Update to 1.18.2 (#10621)
1 parent 67475ff commit 87d8c54

6 files changed

Lines changed: 31 additions & 29 deletions

File tree

frameworks/Ruby/rack-app/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
bigdecimal (3.3.1)
4+
bigdecimal (4.0.1)
55
cgi (0.5.1)
66
date (3.5.0)
77
erb (5.1.3)
@@ -13,8 +13,8 @@ GEM
1313
reline (>= 0.4.2)
1414
json (2.16.0)
1515
logger (1.7.0)
16-
pg (1.6.2)
17-
pg (1.6.2-arm64-darwin)
16+
pg (1.6.3)
17+
pg (1.6.3-arm64-darwin)
1818
pp (0.6.3)
1919
prettyprint
2020
prettyprint (0.2.0)
@@ -36,9 +36,9 @@ GEM
3636
tsort
3737
reline (0.6.2)
3838
io-console (~> 0.5)
39-
sequel (5.98.0)
39+
sequel (5.100.0)
4040
bigdecimal
41-
sequel_pg (1.17.2)
41+
sequel_pg (1.18.2)
4242
pg (>= 0.18.0, != 1.2.0)
4343
sequel (>= 4.38.0)
4444
stringio (3.1.7)

frameworks/Ruby/rack-sequel/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
bigdecimal (3.3.1)
4+
bigdecimal (4.0.1)
55
concurrent-ruby (1.3.5)
6+
iodine (0.7.58)
67
json (2.16.0)
78
nio4r (2.7.4)
8-
pg (1.6.2)
9-
pg (1.6.2-x86_64-darwin)
10-
pg (1.6.2-x86_64-linux)
9+
pg (1.6.3)
10+
pg (1.6.3-x86_64-darwin)
11+
pg (1.6.3-x86_64-linux)
1112
puma (7.1.0)
1213
nio4r (~> 2.0)
1314
rack (3.2.0)
14-
sequel (5.97.0)
15+
sequel (5.100.0)
1516
bigdecimal
16-
sequel_pg (1.17.2)
17+
sequel_pg (1.18.2)
1718
pg (>= 0.18.0, != 1.2.0)
1819
sequel (>= 4.38.0)
1920
trilogy (2.9.0)
@@ -25,6 +26,7 @@ PLATFORMS
2526

2627
DEPENDENCIES
2728
concurrent-ruby
29+
iodine (~> 0.7)
2830
json (~> 2.8)
2931
pg (~> 1.5)
3032
puma (~> 7.0)

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ GEM
9999
rack (>= 1.6.13)
100100
rackup (>= 1.0.1)
101101
rake (>= 12.3.3)
102-
pg (1.6.2-arm64-darwin)
103-
pg (1.6.2-x86_64-darwin)
104-
pg (1.6.2-x86_64-linux)
102+
pg (1.6.3-arm64-darwin)
103+
pg (1.6.3-x86_64-darwin)
104+
pg (1.6.3-x86_64-linux)
105105
pitchfork (0.17.0)
106106
logger
107107
rack (>= 2.0)
@@ -153,9 +153,9 @@ GEM
153153
samovar (2.4.1)
154154
console (~> 1.0)
155155
mapping (~> 1.0)
156-
sequel (5.90.0)
156+
sequel (5.100.0)
157157
bigdecimal
158-
sequel_pg (1.17.1)
158+
sequel_pg (1.18.2)
159159
pg (>= 0.18.0, != 1.2.0)
160160
sequel (>= 4.38.0)
161161
string-format (0.2.0)

frameworks/Ruby/rage-sequel/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
rake (13.3.1)
2121
sequel (5.100.0)
2222
bigdecimal
23-
sequel_pg (1.17.2)
23+
sequel_pg (1.18.2)
2424
pg (>= 0.18.0, != 1.2.0)
2525
sequel (>= 4.38.0)
2626
thor (1.5.0)

frameworks/Ruby/roda-sequel/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
bigdecimal (3.1.9)
4+
bigdecimal (4.0.1)
55
cgi (0.5.0)
66
concurrent-ruby (1.3.5)
77
erubi (1.13.1)
88
iodine (0.7.58)
99
json (2.16.0)
10-
pg (1.6.2)
11-
pg (1.6.2-x86_64-darwin)
12-
pg (1.6.2-x86_64-linux)
10+
pg (1.6.3)
11+
pg (1.6.3-x86_64-darwin)
12+
pg (1.6.3-x86_64-linux)
1313
rack (3.2.4)
1414
roda (3.99.0)
1515
rack
16-
sequel (5.90.0)
16+
sequel (5.100.0)
1717
bigdecimal
18-
sequel_pg (1.17.1)
18+
sequel_pg (1.18.2)
1919
pg (>= 0.18.0, != 1.2.0)
2020
sequel (>= 4.38.0)
2121
tilt (2.6.0)

frameworks/Ruby/sinatra-sequel/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
base64 (0.3.0)
5-
bigdecimal (3.3.1)
5+
bigdecimal (4.0.1)
66
concurrent-ruby (1.3.5)
77
iodine (0.7.58)
88
json (2.16.0)
99
logger (1.7.0)
1010
mustermann (3.0.4)
1111
ruby2_keywords (~> 0.0.1)
1212
nio4r (2.7.4)
13-
pg (1.6.2)
14-
pg (1.6.2-x86_64-darwin)
15-
pg (1.6.2-x86_64-linux)
13+
pg (1.6.3)
14+
pg (1.6.3-x86_64-darwin)
15+
pg (1.6.3-x86_64-linux)
1616
puma (7.1.0)
1717
nio4r (~> 2.0)
1818
rack (3.2.4)
@@ -24,9 +24,9 @@ GEM
2424
base64 (>= 0.1.0)
2525
rack (>= 3.0.0)
2626
ruby2_keywords (0.0.5)
27-
sequel (5.97.0)
27+
sequel (5.100.0)
2828
bigdecimal
29-
sequel_pg (1.17.2)
29+
sequel_pg (1.18.2)
3030
pg (>= 0.18.0, != 1.2.0)
3131
sequel (>= 4.38.0)
3232
sinatra (4.2.1)

0 commit comments

Comments
 (0)