File tree Expand file tree Collapse file tree 4 files changed +17
-1
lines changed
Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ rubyVersion = "3.4.7"
2+ rubyExe = "bin/ruby.exe"
3+ rubyConsoleExe = "bin/setrbvars.cmd"
4+
5+ bundleRelease = "@RELEASE_VERSION@"
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set RUBYBINPATH = %~dp0 ..\bin
3+ pushd %RUBYBINPATH%
4+ set RUBYBINPATH = %CD%
5+ popd
6+
7+ CALL " %RUBYBINPATH% \gem.cmd" install rubygems-update.gem --local --no-document
8+ IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
9+
10+ " %RUBYBINPATH% \gem.cmd" update --system --no-document
Original file line number Diff line number Diff line change 1+ rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2025.11.23/rubygems-update-3.7.2.gem
Original file line number Diff line number Diff line change 11bundle.name =ruby
2- bundle.release =2025.8.16
2+ bundle.release =2025.11.23
33bundle.type =tools
44bundle.format =7z
55# build.path = C:/Bearsampp-build
You can’t perform that action at this time.
0 commit comments