File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ gem "lookbook", "~> 2.3.13"
3939if ENV [ "VIEW_COMPONENT_PATH" ]
4040 gem "view_component" , path : ENV [ "VIEW_COMPONENT_PATH" ]
4141else
42- gem "view_component" , "4.0.2 "
42+ gem "view_component" , "4.1.1 "
4343end
4444
4545gem "kramdown" , "~> 2.5"
Original file line number Diff line number Diff line change 5656 erubi (~> 1.4 )
5757 parser (>= 2.4 )
5858 smart_properties
59- bigdecimal (3.2.3 )
59+ bigdecimal (4.0.0 )
6060 bootsnap (1.19.0 )
6161 msgpack (~> 1.2 )
6262 builder (3.3.0 )
6969 rack-test (>= 0.6.3 )
7070 regexp_parser (>= 1.5 , < 3.0 )
7171 xpath (~> 3.2 )
72- concurrent-ruby (1.3.5 )
73- connection_pool (2.5.4 )
72+ concurrent-ruby (1.3.6 )
73+ connection_pool (3.0.2 )
7474 crack (1.0.0 )
7575 bigdecimal
7676 rexml
143143 matrix (0.4.3 )
144144 mini_mime (1.1.5 )
145145 mini_portile2 (2.8.9 )
146- minitest (5.25.5 )
146+ minitest (5.27.0 )
147147 mocha (2.7.1 )
148148 ruby2_keywords (>= 0.0.5 )
149149 msgpack (1.8.0 )
@@ -282,10 +282,11 @@ GEM
282282 unicode-display_width (3.2.0 )
283283 unicode-emoji (~> 4.1 )
284284 unicode-emoji (4.1.0 )
285- uri (1.0.3 )
285+ uri (1.1.1 )
286286 useragent (0.16.11 )
287- view_component (4.0.2 )
288- activesupport (>= 7.1.0 , < 8.1 )
287+ view_component (4.1.1 )
288+ actionview (>= 7.1.0 , < 8.2 )
289+ activesupport (>= 7.1.0 , < 8.2 )
289290 concurrent-ruby (~> 1 )
290291 vite_rails (3.0.19 )
291292 railties (>= 5.1 , < 9 )
@@ -351,7 +352,7 @@ DEPENDENCIES
351352 sprockets-rails
352353 thor
353354 timecop
354- view_component (= 4.0.2 )
355+ view_component (= 4.1.1 )
355356 vite_rails (~> 3.0 )
356357 webmock
357358 yard (~> 0.9.37 )
You can’t perform that action at this time.
0 commit comments