Skip to content

Commit 195ef0b

Browse files
committed
Unlock vite/vite-plugin-ruby dependency to fix the vite build
1 parent b4fdd67 commit 195ef0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/dummy_app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"webpack-cli": "^3.3.12"
1515
},
1616
"devDependencies": {
17-
"vite": "^5.0.0",
18-
"vite-plugin-ruby": "^5.0.0",
17+
"vite": "^5.0",
18+
"vite-plugin-ruby": ">=5.0 <6",
1919
"webpack-dev-server": "^3"
2020
},
2121
"scripts": {

0 commit comments

Comments
 (0)