Skip to content

Commit 2082014

Browse files
Bump vite_rails from 3.10.0 to 3.11.0 in /demo (#4078)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ee4e8d commit 2082014

2 files changed

Lines changed: 7 additions & 7 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.11.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: 6 additions & 6 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)
@@ -268,7 +268,7 @@ GEM
268268
pry-byebug (3.11.0)
269269
byebug (~> 12.0)
270270
pry (>= 0.13, < 0.16)
271-
psych (5.3.1)
271+
psych (5.4.0)
272272
date
273273
stringio
274274
public_suffix (7.0.5)
@@ -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.11.0)
409-
vite_rails (~> 3.0)
409+
vite_rails (~> 3.11)
410410

411411
BUNDLED WITH
412412
2.5.5

0 commit comments

Comments
 (0)