File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2323 "test" : " test/javascript/run-qunit.mjs"
2424 },
2525 "devDependencies" : {
26- "@babel/core" : " ^7.27.4 " ,
27- "@babel/preset-env" : " ^7.27.2 " ,
26+ "@babel/core" : " ^7.28.0 " ,
27+ "@babel/preset-env" : " ^7.28.0 " ,
2828 "@rollup/plugin-babel" : " ^6.0.4" ,
2929 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
3030 "chrome-launcher" : " ^1.2.0" ,
31- "eslint" : " ^9.29 .0" ,
31+ "eslint" : " ^9.32 .0" ,
3232 "eslint-plugin-compat" : " ^6.0.2" ,
33- "neostandard" : " ^0.12.1 " ,
34- "puppeteer-core" : " ^24.10.1 " ,
35- "rollup" : " ^4.43.0 " ,
33+ "neostandard" : " ^0.12.2 " ,
34+ "puppeteer-core" : " ^24.15.0 " ,
35+ "rollup" : " ^4.46.2 " ,
3636 "rollup-plugin-copy" : " ^3.5.0"
3737 },
3838 "peerDependencies" : {
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ def form_for(*)
2020
2121 Routes = ActionDispatch ::Routing ::RouteSet . new
2222 include Routes . url_helpers
23+
2324 def _routes
2425 Routes
2526 end
You can’t perform that action at this time.
0 commit comments