Skip to content

Commit 67fe9e7

Browse files
Bump view_component from 4.11.0 to 4.12.0 in /demo (#4132)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c52375 commit 67fe9e7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gem "puma", "~> 8.0.2"
3737
gem "bootsnap", ">= 1.4.2", require: false
3838

3939
gem "primer_view_components", path: "../"
40-
gem "view_component", "4.11.0"
40+
gem "view_component", "4.12.0"
4141
gem "lookbook", "~> 2.3.14" unless rails_version.to_f < 7
4242

4343
gem "vite_rails", "~> 3.11"

demo/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GEM
6262
colorize (0.8.1)
6363
concurrent-ruby (1.3.7)
6464
connection_pool (3.0.2)
65-
crass (1.0.6)
65+
crass (1.0.7)
6666
css_parser (1.22.0)
6767
addressable
6868
cssbundling-rails (1.4.3)
@@ -142,7 +142,7 @@ GEM
142142
http-cookie (1.0.8)
143143
domain_name (~> 0.5)
144144
http-form_data (2.3.0)
145-
i18n (1.14.8)
145+
i18n (1.15.2)
146146
concurrent-ruby (~> 1.0)
147147
io-console (0.8.2)
148148
irb (1.18.0)
@@ -354,7 +354,7 @@ GEM
354354
tzinfo (2.0.6)
355355
concurrent-ruby (~> 1.0)
356356
useragent (0.16.11)
357-
view_component (4.11.0)
357+
view_component (4.12.0)
358358
actionview (>= 7.1.0)
359359
activesupport (>= 7.1.0)
360360
concurrent-ruby (~> 1)
@@ -405,7 +405,7 @@ DEPENDENCIES
405405
sprockets-rails
406406
stimulus-rails
407407
turbo-rails
408-
view_component (= 4.11.0)
408+
view_component (= 4.12.0)
409409
vite_rails (~> 3.11)
410410

411411
BUNDLED WITH

0 commit comments

Comments
 (0)