1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (8.0.1 )
4
+ activesupport (8.0.2 )
5
5
base64
6
6
benchmark (>= 0.3 )
7
7
bigdecimal
19
19
ast (2.4.2 )
20
20
base64 (0.2.0 )
21
21
benchmark (0.4.0 )
22
- bigdecimal (3.1.8 )
22
+ bigdecimal (3.1.9 )
23
23
capybara (3.40.0 )
24
24
addressable
25
25
matrix
31
31
xpath (~> 3.2 )
32
32
coderay (1.1.3 )
33
33
colorator (1.1.0 )
34
- concurrent-ruby (1.3.4 )
34
+ concurrent-ruby (1.3.5 )
35
35
connection_pool (2.4.1 )
36
36
diff-lcs (1.5.1 )
37
37
drb (2.2.1 )
38
38
dry-cli (1.0.0 )
39
- dry-configurable (1.1 .0 )
40
- dry-core (~> 1.0 , < 2 )
39
+ dry-configurable (1.3 .0 )
40
+ dry-core (~> 1.1 )
41
41
zeitwerk (~> 2.6 )
42
- dry-core (1.0.1 )
42
+ dry-core (1.1.0 )
43
43
concurrent-ruby (~> 1.0 )
44
+ logger
44
45
zeitwerk (~> 2.6 )
45
- dry-inflector (1.0.0 )
46
- dry-initializer (3.1.1 )
47
- dry-logic (1.5.0 )
46
+ dry-inflector (1.2.0 )
47
+ dry-initializer (3.2.0 )
48
+ dry-logic (1.6.0 )
49
+ bigdecimal
48
50
concurrent-ruby (~> 1.0 )
49
- dry-core (~> 1.0 , < 2 )
51
+ dry-core (~> 1.1 )
50
52
zeitwerk (~> 2.6 )
51
- dry-schema (1.13.3 )
53
+ dry-schema (1.13.4 )
52
54
concurrent-ruby (~> 1.0 )
53
55
dry-configurable (~> 1.0 , >= 1.0.1 )
54
56
dry-core (~> 1.0 , < 2 )
55
57
dry-initializer (~> 3.0 )
56
58
dry-logic (>= 1.4 , < 2 )
57
59
dry-types (>= 1.7 , < 2 )
58
60
zeitwerk (~> 2.6 )
59
- dry-types (1.7 .2 )
61
+ dry-types (1.8 .2 )
60
62
bigdecimal (~> 3.0 )
61
63
concurrent-ruby (~> 1.0 )
62
64
dry-core (~> 1.0 )
71
73
foreman (0.88.1 )
72
74
forwardable-extended (2.6.0 )
73
75
http_parser.rb (0.8.0 )
74
- i18n (1.14.6 )
76
+ i18n (1.14.7 )
75
77
concurrent-ruby (~> 1.0 )
76
78
jekyll (4.3.3 )
77
79
addressable (~> 2.4 )
@@ -104,19 +106,20 @@ GEM
104
106
vite_ruby (~> 3.2 )
105
107
jekyll-watch (2.2.1 )
106
108
listen (~> 3.0 )
107
- json (2.8.2 )
109
+ json (2.10.1 )
108
110
kramdown (2.4.0 )
109
111
rexml
110
112
kramdown-parser-gfm (1.1.0 )
111
113
kramdown (~> 2.0 )
112
- language_server-protocol (3.17.0.3 )
114
+ language_server-protocol (3.17.0.4 )
115
+ lint_roller (1.1.0 )
113
116
liquid (4.0.4 )
114
117
liquid-c (4.0.1 )
115
118
liquid (>= 3.0.0 )
116
119
listen (3.7.1 )
117
120
rb-fsevent (~> 0.10 , >= 0.10.3 )
118
121
rb-inotify (~> 0.9 , >= 0.9.10 )
119
- logger (1.6.3 )
122
+ logger (1.6.6 )
120
123
matrix (0.4.2 )
121
124
mercenary (0.4.0 )
122
125
method_source (1.1.0 )
@@ -128,17 +131,17 @@ GEM
128
131
mini_portile2 (~> 2.8.2 )
129
132
racc (~> 1.4 )
130
133
parallel (1.26.3 )
131
- parser (3.3.6.0 )
134
+ parser (3.3.7.1 )
132
135
ast (~> 2.4.1 )
133
136
racc
134
137
pathutil (0.16.2 )
135
138
forwardable-extended (~> 2.6 )
136
- prism (0.30 .0 )
137
- pry (0.15.0 )
139
+ prism (1.3 .0 )
140
+ pry (0.15.2 )
138
141
coderay (~> 1.1 )
139
142
method_source (~> 1.0 )
140
143
public_suffix (5.0.4 )
141
- puma (6.5 .0 )
144
+ puma (6.6 .0 )
142
145
nio4r (~> 2.0 )
143
146
racc (1.8.1 )
144
147
rack (3.0.12 )
@@ -153,15 +156,16 @@ GEM
153
156
rb-fsevent (0.11.2 )
154
157
rb-inotify (0.10.1 )
155
158
ffi (~> 1.0 )
156
- rbs (3.7.0 )
159
+ rbs (3.8.1 )
157
160
logger
158
- reek (6.3 .0 )
161
+ reek (6.4 .0 )
159
162
dry-schema (~> 1.13.0 )
163
+ logger (~> 1.6 )
160
164
parser (~> 3.3.0 )
161
165
rainbow (>= 2.0 , < 4.0 )
162
166
rexml (~> 3.1 )
163
- regexp_parser (2.9.3 )
164
- rexml (3.3.9 )
167
+ regexp_parser (2.10.0 )
168
+ rexml (3.4.1 )
165
169
rouge (4.5.1 )
166
170
rspec (3.13.0 )
167
171
rspec-core (~> 3.13.0 )
@@ -176,43 +180,44 @@ GEM
176
180
diff-lcs (>= 1.2.0 , < 2.0 )
177
181
rspec-support (~> 3.13.0 )
178
182
rspec-support (3.13.0 )
179
- rubocop (1.69 .2 )
183
+ rubocop (1.73 .2 )
180
184
json (~> 2.3 )
181
- language_server-protocol (>= 3.17.0 )
185
+ language_server-protocol (~> 3.17.0.2 )
186
+ lint_roller (~> 1.1.0 )
182
187
parallel (~> 1.10 )
183
188
parser (>= 3.3.0.2 )
184
189
rainbow (>= 2.2.2 , < 4.0 )
185
190
regexp_parser (>= 2.9.3 , < 3.0 )
186
- rubocop-ast (>= 1.36.2 , < 2.0 )
191
+ rubocop-ast (>= 1.38.0 , < 2.0 )
187
192
ruby-progressbar (~> 1.7 )
188
193
unicode-display_width (>= 2.4.0 , < 4.0 )
189
- rubocop-ast (1.36.2 )
194
+ rubocop-ast (1.38.1 )
190
195
parser (>= 3.3.1.0 )
191
- ruby-lsp (0.17.16 )
196
+ ruby-lsp (0.23.11 )
192
197
language_server-protocol (~> 3.17.0 )
193
- prism (>= 0.29.0 , < 0.31 )
198
+ prism (>= 1.2 , < 2.0 )
194
199
rbs (>= 3 , < 4 )
195
200
sorbet-runtime (>= 0.5.10782 )
196
201
ruby-progressbar (1.13.0 )
197
202
safe_yaml (1.0.5 )
198
203
sassc (2.4.0 )
199
204
ffi (~> 1.9 )
200
205
securerandom (0.3.2 )
201
- sorbet-runtime (0.5.11691 )
206
+ sorbet-runtime (0.5.11919 )
202
207
terminal-table (3.0.2 )
203
208
unicode-display_width (>= 1.1.1 , < 3 )
204
209
tzinfo (2.0.6 )
205
210
concurrent-ruby (~> 1.0 )
206
211
unicode-display_width (2.6.0 )
207
- uri (1.0.2 )
212
+ uri (1.0.3 )
208
213
vite_ruby (3.5.0 )
209
214
dry-cli (>= 0.7 , < 2 )
210
215
rack-proxy (~> 0.6 , >= 0.6.1 )
211
216
zeitwerk (~> 2.2 )
212
217
webrick (1.8.2 )
213
218
xpath (3.2.0 )
214
219
nokogiri (~> 1.8 )
215
- zeitwerk (2.6.12 )
220
+ zeitwerk (2.7.2 )
216
221
217
222
PLATFORMS
218
223
ruby
0 commit comments