File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ gem "jsbundling-rails", "1.3.0"
16
16
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
17
17
gem "turbo-rails" , "2.0.6"
18
18
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
19
- gem "stimulus-rails" , "1.3.3 "
19
+ gem "stimulus-rails" , "1.3.4 "
20
20
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]
21
21
gem "cssbundling-rails" , "1.4.0"
22
22
Original file line number Diff line number Diff line change 131
131
i18n (1.14.7 )
132
132
concurrent-ruby (~> 1.0 )
133
133
io-console (0.8.0 )
134
- irb (1.15.1 )
134
+ irb (1.15.2 )
135
135
pp (>= 0.6.0 )
136
136
rdoc (>= 4.0.0 )
137
137
reline (>= 0.4.2 )
140
140
json (2.10.1 )
141
141
language_server-protocol (3.17.0.4 )
142
142
lint_roller (1.1.0 )
143
- logger (1.6.6 )
143
+ logger (1.7.0 )
144
144
loofah (2.24.0 )
145
145
crass (~> 1.0.2 )
146
146
nokogiri (>= 1.12.0 )
157
157
method_source (1.1.0 )
158
158
mini_mime (1.1.5 )
159
159
mini_portile2 (2.8.8 )
160
- minitest (5.25.4 )
160
+ minitest (5.25.5 )
161
161
msgpack (1.8.0 )
162
162
net-imap (0.5.6 )
163
163
date
@@ -169,10 +169,10 @@ GEM
169
169
net-smtp (0.5.1 )
170
170
net-protocol
171
171
nio4r (2.7.4 )
172
- nokogiri (1.18.3 )
172
+ nokogiri (1.18.7 )
173
173
mini_portile2 (~> 2.8.2 )
174
174
racc (~> 1.4 )
175
- nokogiri (1.18.3 -x86_64-linux-gnu )
175
+ nokogiri (1.18.7 -x86_64-linux-gnu )
176
176
racc (~> 1.4 )
177
177
parallel (1.26.3 )
178
178
parser (3.3.7.1 )
196
196
puma (6.4.2 )
197
197
nio4r (~> 2.0 )
198
198
racc (1.8.1 )
199
- rack (3.1.10 )
199
+ rack (3.1.13 )
200
200
rack-session (2.1.0 )
201
201
base64 (>= 0.1.0 )
202
202
rack (>= 3.0.0 )
@@ -235,10 +235,10 @@ GEM
235
235
zeitwerk (~> 2.6 )
236
236
rainbow (3.1.1 )
237
237
rake (13.2.1 )
238
- rdoc (6.12.0 )
238
+ rdoc (6.13.1 )
239
239
psych (>= 4.0.0 )
240
240
regexp_parser (2.10.0 )
241
- reline (0.6.0 )
241
+ reline (0.6.1 )
242
242
io-console (~> 0.5 )
243
243
rexml (3.4.1 )
244
244
rouge (4.5.1 )
281
281
standard-performance (1.6.0 )
282
282
lint_roller (~> 1.1 )
283
283
rubocop-performance (~> 1.23.0 )
284
- stimulus-rails (1.3.3 )
284
+ stimulus-rails (1.3.4 )
285
285
railties (>= 6.0.0 )
286
- stringio (3.1.4 )
286
+ stringio (3.1.6 )
287
287
tailwind_merge (0.13.3 )
288
288
lru_redux (~> 1.1 )
289
289
thor (1.3.2 )
297
297
unicode-display_width (3.1.4 )
298
298
unicode-emoji (~> 4.0 , >= 4.0.4 )
299
299
unicode-emoji (4.0.4 )
300
- uri (1.0.2 )
300
+ uri (1.0.3 )
301
301
useragent (0.16.11 )
302
302
web-console (4.2.1 )
303
303
actionview (>= 6.0.0 )
@@ -336,7 +336,7 @@ DEPENDENCIES
336
336
selenium-webdriver
337
337
sqlite3 (>= 1.4 )
338
338
standard
339
- stimulus-rails (= 1.3.3 )
339
+ stimulus-rails (= 1.3.4 )
340
340
tailwind_merge (~> 0.13.2 )
341
341
turbo-rails (= 2.0.6 )
342
342
tzinfo-data
You can’t perform that action at this time.
0 commit comments