File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ gem "puma", "~> 6.6.1"
33
33
# Reduces boot times through caching; required in config/boot.rb
34
34
gem "bootsnap" , ">= 1.4.2" , require : false
35
35
36
- gem "lookbook" , "~> 2.3.12 "
36
+ gem "lookbook" , "~> 2.3.13 "
37
37
if ENV [ "VIEW_COMPONENT_PATH" ]
38
38
gem "view_component" , path : ENV [ "VIEW_COMPONENT_PATH" ]
39
39
else
40
- gem "view_component" , "4.0.1 "
40
+ gem "view_component" , "4.0.2 "
41
41
end
42
42
43
43
gem "kramdown" , "~> 2.5"
Original file line number Diff line number Diff line change 127
127
loofah (2.24.1 )
128
128
crass (~> 1.0.2 )
129
129
nokogiri (>= 1.12.0 )
130
- lookbook (2.3.12 )
130
+ lookbook (2.3.13 )
131
131
activemodel
132
132
css_parser
133
133
htmlbeautifier (~> 1.3 )
170
170
puma (6.6.1 )
171
171
nio4r (~> 2.0 )
172
172
racc (1.8.1 )
173
- rack (3.1.16 )
173
+ rack (3.2.0 )
174
174
rack-cors (3.0.0 )
175
175
logger
176
176
rack (>= 3.0.14 )
284
284
unicode-emoji (4.0.4 )
285
285
uri (1.0.3 )
286
286
useragent (0.16.11 )
287
- view_component (4.0.1 )
287
+ view_component (4.0.2 )
288
288
activesupport (>= 7.1.0 , < 8.1 )
289
289
concurrent-ruby (~> 1 )
290
290
vite_rails (3.0.19 )
@@ -330,7 +330,7 @@ DEPENDENCIES
330
330
erblint-github (~> 1.0.1 )
331
331
kramdown (~> 2.5 )
332
332
listen (~> 3.9 )
333
- lookbook (~> 2.3.12 )
333
+ lookbook (~> 2.3.13 )
334
334
matrix (~> 0.4.3 )
335
335
mocha
336
336
primer_view_components !
@@ -351,7 +351,7 @@ DEPENDENCIES
351
351
sprockets-rails
352
352
thor
353
353
timecop
354
- view_component (= 4.0.1 )
354
+ view_component (= 4.0.2 )
355
355
vite_rails (~> 3.0 )
356
356
webmock
357
357
yard (~> 0.9.37 )
You can’t perform that action at this time.
0 commit comments