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.3.6-2"
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-2024.4.14/rubygems-update-3.5.9.gem
Original file line number Diff line number Diff line change 11bundle.name =ruby
2- bundle.release =2024.4.14
2+ bundle.release =2024.12.3
33bundle.type =tools
44bundle.format =7z
55# build.path = C:/Bearsampp-build
Original file line number Diff line number Diff line change 553.1.2 = https://github.com/Bearsampp/module-ruby/releases/download/2022.08.10/bearsampp-ruby-3.1.2-2021.08.10.7z
663.2.2 = https://github.com/Bearsampp/module-ruby/releases/download/2023.10.1/bearsampp-ruby-3.2.2-2023.10.1.7z
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
8+ 3.3.6-2 = https://github.com/Bearsampp/module-ruby/releases/download/2024.12.3/bearsampp-ruby-3.3.6-2-2024.12.3.7z
You can’t perform that action at this time.
0 commit comments