Skip to content

Commit c4bfd34

Browse files
Bump vite_rails from 3.10.0 to 3.11.0 in /demo
Bumps [vite_rails](https://github.com/ElMassimo/vite_ruby) from 3.10.0 to 3.11.0. - [Changelog](https://github.com/ElMassimo/vite_ruby/blob/vite_rails@3.11.0/vite_rails/CHANGELOG.md) - [Commits](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.10.0...vite_rails@3.11.0) --- updated-dependencies: - dependency-name: vite_rails dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24b8fbf commit c4bfd34

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

demo/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gem "primer_view_components", path: "../"
4040
gem "view_component", "4.9.0"
4141
gem "lookbook", "~> 2.3.14" unless rails_version.to_f < 7
4242

43-
gem "vite_rails", "~> 3.0"
43+
gem "vite_rails", "~> 3.11"
4444
gem "cssbundling-rails", "~> 1.4"
4545

4646
group :development do

demo/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ GEM
145145
i18n (1.14.8)
146146
concurrent-ruby (~> 1.0)
147147
io-console (0.8.2)
148-
irb (1.17.0)
148+
irb (1.18.0)
149149
pp (>= 0.6.0)
150150
prism (>= 1.3.0)
151151
rdoc (>= 4.0.0)
@@ -279,7 +279,7 @@ GEM
279279
rack-cors (3.0.0)
280280
logger
281281
rack (>= 3.0.14)
282-
rack-proxy (0.7.7)
282+
rack-proxy (0.8.2)
283283
rack
284284
rack-session (2.1.2)
285285
base64 (>= 0.1.0)
@@ -358,7 +358,7 @@ GEM
358358
actionview (>= 7.1.0)
359359
activesupport (>= 7.1.0)
360360
concurrent-ruby (~> 1)
361-
vite_rails (3.10.0)
361+
vite_rails (3.11.0)
362362
railties (>= 5.1, < 9)
363363
vite_ruby (~> 3.0, >= 3.2.2)
364364
vite_ruby (3.10.2)
@@ -372,7 +372,7 @@ GEM
372372
websocket-extensions (>= 0.1.0)
373373
websocket-extensions (0.1.5)
374374
yard (0.9.42)
375-
zeitwerk (2.7.5)
375+
zeitwerk (2.8.2)
376376

377377
PLATFORMS
378378
arm64-darwin-25
@@ -406,7 +406,7 @@ DEPENDENCIES
406406
stimulus-rails
407407
turbo-rails
408408
view_component (= 4.9.0)
409-
vite_rails (~> 3.0)
409+
vite_rails (~> 3.11)
410410

411411
BUNDLED WITH
412412
2.5.5

0 commit comments

Comments
 (0)