Skip to content

Commit

Permalink
Upgrade to vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Nov 22, 2023
1 parent 7c0474a commit 3f2faa0
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 166 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "vite_rails", "~> 3.0"
gem "vite_rails"

gem "capistrano-yarn", "~> 2.0"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -241,7 +241,7 @@ GEM
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
rack-proxy (0.6.5)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -282,7 +282,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -377,7 +377,7 @@ GEM
sshkit (1.21.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (1.2.2)
thor (1.3.0)
tilt (2.0.10)
timecop (0.9.6)
timeout (0.4.0)
Expand All @@ -387,10 +387,10 @@ GEM
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.3.0)
vite_rails (3.0.14)
vite_rails (3.0.17)
railties (>= 5.1, < 8)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.3.0)
vite_ruby (3.5.0)
dry-cli (>= 0.7, < 2)
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
Expand All @@ -409,7 +409,7 @@ GEM
chronic (>= 0.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down Expand Up @@ -459,7 +459,7 @@ DEPENDENCIES
timecop
tzinfo-data
uglifier (>= 1.3.0)
vite_rails (~> 3.0)
vite_rails
web-console (>= 3.3.0)
whenever

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.3.0",
"sass": "^1.69.5",
"vite": "^4.3.0",
"vite-plugin-ruby": "^3.2.0",
"vite": "^5.0.0",
"vite-plugin-ruby": "^5.0.0",
"vite-plugin-vue2": "^2.0.3",
"vue-jest": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 3f2faa0

Please sign in to comment.