File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ gem "puma", "6.6.0"
14
14
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
15
15
gem "jsbundling-rails" , "1.3.1"
16
16
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
17
- gem "turbo-rails" , "2.0.13 "
17
+ gem "turbo-rails" , "2.0.16 "
18
18
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
19
19
gem "stimulus-rails" , "1.3.4"
20
20
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]
Original file line number Diff line number Diff line change 96
96
addressable (2.8.7 )
97
97
public_suffix (>= 2.0.2 , < 7.0 )
98
98
ast (2.4.3 )
99
- base64 (0.2 .0 )
100
- benchmark (0.4.0 )
101
- bigdecimal (3.1.9 )
99
+ base64 (0.3 .0 )
100
+ benchmark (0.4.1 )
101
+ bigdecimal (3.2.2 )
102
102
bindex (0.8.1 )
103
103
bootsnap (1.18.6 )
104
104
msgpack (~> 1.2 )
124
124
reline (>= 0.3.8 )
125
125
dockerfile-rails (1.7.9 )
126
126
rails (>= 3.0.0 )
127
- drb (2.2.1 )
127
+ drb (2.2.3 )
128
+ erb (5.0.1 )
128
129
erubi (1.13.1 )
129
130
globalid (1.2.1 )
130
131
activesupport (>= 6.1 )
141
142
language_server-protocol (3.17.0.5 )
142
143
lint_roller (1.1.0 )
143
144
logger (1.7.0 )
144
- loofah (2.24.0 )
145
+ loofah (2.24.1 )
145
146
crass (~> 1.0.2 )
146
147
nokogiri (>= 1.12.0 )
147
148
lucide-rails (0.5.1 )
155
156
matrix (0.4.2 )
156
157
method_source (1.1.0 )
157
158
mini_mime (1.1.5 )
158
- mini_portile2 (2.8.8 )
159
+ mini_portile2 (2.8.9 )
159
160
minitest (5.25.5 )
160
161
msgpack (1.8.0 )
161
162
net-imap (0.5.6 )
@@ -189,15 +190,15 @@ GEM
189
190
pry (0.15.2 )
190
191
coderay (~> 1.1 )
191
192
method_source (~> 1.0 )
192
- psych (5.2.4 )
193
+ psych (5.2.6 )
193
194
date
194
195
stringio
195
196
public_suffix (6.0.1 )
196
197
puma (6.6.0 )
197
198
nio4r (~> 2.0 )
198
199
racc (1.8.1 )
199
- rack (3.1.13 )
200
- rack-session (2.1.0 )
200
+ rack (3.1.16 )
201
+ rack-session (2.1.1 )
201
202
base64 (>= 0.1.0 )
202
203
rack (>= 3.0.0 )
203
204
rack-test (2.2.0 )
218
219
activesupport (= 8.0.2 )
219
220
bundler (>= 1.15.0 )
220
221
railties (= 8.0.2 )
221
- rails-dom-testing (2.2 .0 )
222
+ rails-dom-testing (2.3 .0 )
222
223
activesupport (>= 5.0.0 )
223
224
minitest
224
225
nokogiri (>= 1.6 )
234
235
thor (~> 1.0 , >= 1.2.2 )
235
236
zeitwerk (~> 2.6 )
236
237
rainbow (3.1.1 )
237
- rake (13.2.1 )
238
- rdoc (6.13.1 )
238
+ rake (13.3.0 )
239
+ rdoc (6.14.0 )
240
+ erb
239
241
psych (>= 4.0.0 )
240
242
regexp_parser (2.10.0 )
241
243
reline (0.6.1 )
292
294
sin_lru_redux (~> 2.5 )
293
295
thor (1.3.2 )
294
296
timeout (0.4.3 )
295
- turbo-rails (2.0.13 )
297
+ turbo-rails (2.0.16 )
296
298
actionpack (>= 7.1.0 )
297
299
railties (>= 7.1.0 )
298
300
tzinfo (2.0.6 )
314
316
websocket-extensions (0.1.5 )
315
317
xpath (3.2.0 )
316
318
nokogiri (~> 1.8 )
317
- zeitwerk (2.7.2 )
319
+ zeitwerk (2.7.3 )
318
320
319
321
PLATFORMS
320
322
ruby
@@ -341,7 +343,7 @@ DEPENDENCIES
341
343
standard
342
344
stimulus-rails (= 1.3.4 )
343
345
tailwind_merge (~> 1.2.0 )
344
- turbo-rails (= 2.0.13 )
346
+ turbo-rails (= 2.0.16 )
345
347
tzinfo-data
346
348
web-console
347
349
You can’t perform that action at this time.
0 commit comments