File tree Expand file tree Collapse file tree 5 files changed +18
-1
lines changed
Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ rubyVersion = "3.4.3"
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.4.19/rubygems-update-3.6.8.gem
Original file line number Diff line number Diff line change 11bundle.name =ruby
2- bundle.release =2025.2.13
2+ bundle.release =2025.4.19
33bundle.type =tools
44bundle.format =7z
55# build.path = C:/Bearsampp-build
Original file line number Diff line number Diff line change 773.3.0-1 = https://github.com/Bearsampp/module-ruby/releases/download/2024.4.14/bearsampp-ruby-3.3.0-1-2024.4.14.7z
883.3.6-2 = https://github.com/Bearsampp/module-ruby/releases/download/2024.12.3/bearsampp-ruby-3.3.6-2-2024.12.3.7z
993.4.1 = https://github.com/Bearsampp/module-ruby/releases/download/2025.2.13/bearsampp-ruby-3.4.1-2025.2.13.7z
10+ 3.4.3 = https://github.com/Bearsampp/module-ruby/releases/download/2025.4.19/bearsampp-ruby-3.4.3-2025.4.19.7z
You can’t perform that action at this time.
0 commit comments