File tree 4 files changed +337
-259
lines changed
test/mounted_app/test/dummy
4 files changed +337
-259
lines changed Original file line number Diff line number Diff line change @@ -105,26 +105,27 @@ GEM
105
105
builder (3.3.0 )
106
106
byebug (11.1.3 )
107
107
coderay (1.1.3 )
108
- concurrent-ruby (1.3.4 )
109
- connection_pool (2.4.1 )
108
+ concurrent-ruby (1.3.5 )
109
+ connection_pool (2.5.0 )
110
110
crass (1.0.6 )
111
- date (3.3.3 )
111
+ date (3.4.1 )
112
112
docile (1.4.1 )
113
113
drb (2.2.1 )
114
114
dry-cli (1.2.0 )
115
115
erubi (1.13.1 )
116
116
globalid (1.2.1 )
117
117
activesupport (>= 6.1 )
118
- i18n (1.14.6 )
118
+ i18n (1.14.7 )
119
119
concurrent-ruby (~> 1.0 )
120
120
io-console (0.8.0 )
121
- irb (1.14.3 )
121
+ irb (1.15.2 )
122
+ pp (>= 0.6.0 )
122
123
rdoc (>= 4.0.0 )
123
124
reline (>= 0.4.2 )
124
125
json (2.9.1 )
125
126
language_server-protocol (3.17.0.3 )
126
127
lint_roller (1.1.0 )
127
- logger (1.6.6 )
128
+ logger (1.7.0 )
128
129
loofah (2.24.0 )
129
130
crass (~> 1.0.2 )
130
131
nokogiri (>= 1.12.0 )
140
141
method_source (1.0.0 )
141
142
mini_mime (1.1.5 )
142
143
mini_portile2 (2.8.8 )
143
- minitest (5.25.4 )
144
+ minitest (5.25.5 )
144
145
minitest-reporters (1.6.1 )
145
146
ansi
146
147
builder
@@ -158,27 +159,31 @@ GEM
158
159
net-smtp (0.4.0 )
159
160
net-protocol
160
161
nio4r (2.5.9 )
161
- nokogiri (1.18.1 )
162
+ nokogiri (1.18.7 )
162
163
mini_portile2 (~> 2.8.2 )
163
164
racc (~> 1.4 )
164
165
parallel (1.26.3 )
165
166
parser (3.3.6.0 )
166
167
ast (~> 2.4.1 )
167
168
racc
169
+ pp (0.6.2 )
170
+ prettyprint
171
+ prettyprint (0.2.0 )
168
172
pry (0.14.2 )
169
173
coderay (~> 1.1 )
170
174
method_source (~> 1.0 )
171
175
pry-byebug (3.10.1 )
172
176
byebug (~> 11.0 )
173
177
pry (>= 0.13 , < 0.15 )
174
- psych (5.2.2 )
178
+ psych (5.2.3 )
175
179
date
176
180
stringio
177
181
racc (1.8.1 )
178
- rack (3.1.8 )
182
+ rack (3.1.13 )
179
183
rack-proxy (0.7.7 )
180
184
rack
181
- rack-session (2.0.0 )
185
+ rack-session (2.1.0 )
186
+ base64 (>= 0.1.0 )
182
187
rack (>= 3.0.0 )
183
188
rack-test (2.2.0 )
184
189
rack (>= 1.3 )
@@ -215,10 +220,10 @@ GEM
215
220
zeitwerk (~> 2.6 )
216
221
rainbow (3.1.1 )
217
222
rake (13.2.1 )
218
- rdoc (6.10.0 )
223
+ rdoc (6.13.1 )
219
224
psych (>= 4.0.0 )
220
225
regexp_parser (2.10.0 )
221
- reline (0.6.0 )
226
+ reline (0.6.1 )
222
227
io-console (~> 0.5 )
223
228
rubocop (1.70.0 )
224
229
json (~> 2.3 )
258
263
standard-performance (1.6.0 )
259
264
lint_roller (~> 1.1 )
260
265
rubocop-performance (~> 1.23.0 )
261
- stringio (3.1.2 )
266
+ stringio (3.1.6 )
262
267
thor (1.3.2 )
263
268
timeout (0.4.0 )
264
269
tzinfo (2.0.6 )
269
274
websocket-driver (0.7.6 )
270
275
websocket-extensions (>= 0.1.0 )
271
276
websocket-extensions (0.1.5 )
272
- zeitwerk (2.7.1 )
277
+ zeitwerk (2.7.2 )
273
278
274
279
PLATFORMS
275
280
ruby
Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"ci" : " ^2.0.0" ,
7
7
"ni" : " ^0.0.2" ,
8
- "vite" : " ^5.0.0 " ,
9
- "vite-plugin-ruby" : " ^5.1.0 "
8
+ "vite" : " ^6.2.6 " ,
9
+ "vite-plugin-ruby" : " ^5.1.1 "
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments