Skip to content

Commit 0060594

Browse files
Bump view_component from 4.0.0.rc2 to 4.0.0.rc3 in /demo (#3590)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c5ecaa commit 0060594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/Gemfile

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

3939
gem "primer_view_components", path: "../"
40-
gem "view_component", "4.0.0.rc2"
40+
gem "view_component", "4.0.0.rc5"
4141
gem "lookbook", "~> 2.3.11" unless rails_version.to_f < 7
4242

4343
gem "vite_rails", "~> 3.0"

demo/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ GEM
346346
railties (>= 7.1.0)
347347
tzinfo (2.0.6)
348348
concurrent-ruby (~> 1.0)
349-
view_component (4.0.0.rc2)
349+
view_component (4.0.0.rc5)
350350
activesupport (>= 7.1.0, < 8.1)
351351
concurrent-ruby (~> 1)
352352
vite_rails (3.0.19)
@@ -401,7 +401,7 @@ DEPENDENCIES
401401
sprockets-rails
402402
stimulus-rails
403403
turbo-rails
404-
view_component (= 4.0.0.rc2)
404+
view_component (= 4.0.0.rc5)
405405
vite_rails (~> 3.0)
406406

407407
BUNDLED WITH

0 commit comments

Comments
 (0)