File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ You can find those interperters here:
3636* [ Python] ( https://www.python.org/downloads/ ) 2.7
3737* [ Python 3] ( https://www.python.org/downloads/ ) 3.8 or later
3838* [ Racket] ( https://download.racket-lang.org/ ) 8.7 (BC)
39- * [ RubyInstaller] ( http://rubyinstaller.org/downloads/ ) 3.2
39+ * [ RubyInstaller] ( http://rubyinstaller.org/downloads/ ) 3.4
4040
4141Make sure that you install the same architecture (32bit/64bit) for those
4242libraries that matches your Vim installation.
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ set "RACKET_DIR=%DEPENDENCIES%\racket%RACKET_VER%-%ARCH%"
102102set " MZSCHEME_VER = %RACKET_VER% "
103103
104104@ rem Ruby
105- set " RUBY_VER = 32 "
106- set " RUBY_API_VER_LONG = 3.2 .0"
107- set " RUBY_BRANCH = ruby_3_2 "
108- set " RUBY_RELEASE = 3.2.2 -1"
105+ set " RUBY_VER = 34 "
106+ set " RUBY_API_VER_LONG = 3.4 .0"
107+ set " RUBY_BRANCH = ruby_3_4 "
108+ set " RUBY_RELEASE = 3.4.8 -1"
109109set " RUBY_SRC_URL = https://github.com/ruby/ruby/archive/%RUBY_BRANCH% .zip"
110110set " RUBY_URL = https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-%RUBY_RELEASE% /rubyinstaller-%RUBY_RELEASE% -%ARCH% .7z"
111111set " RUBY_DIR = %DEPENDENCIES% \Ruby%RUBY_VER% -%ARCH% "
@@ -270,10 +270,8 @@ move %DEPENDENCIES%\rubyinstaller-%RUBY_RELEASE%-%ARCH% ^
270270@ rem RubyInstaller is built by MinGW, so we cannot use header files from it.
271271@ rem Download the source files and generate config.h for MSVC.
272272call :downloadfile " %RUBY_SRC_URL% " downloads\ruby_src.zip
273- @ rem Extract the files only we needed to reduce the building time.
274- 7z.exe x -y downloads\ruby_src.zip */bin */include */enc/Makefile.in */win32 ^
275- */common.mk -ir!version.h -xr! README.* -xr!*/win32/*.c -xr! */win32/*.h ^
276- -o.. > nul || exit 1
273+ @ rem Extract all files
274+ 7z.exe x -y downloads\ruby_src.zip -o.. > nul || exit 1
277275move ..\ruby-%RUBY_BRANCH% ..\ruby > nul || exit 1
278276pushd ..\ruby
279277call win32\configure.bat
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ deploy:
138138 * [Python](https://www.python.org/downloads/) 2.7
139139 * [Python3](https://www.python.org/downloads/) 3.8 or later
140140 * [Racket](https://download.racket-lang.org/) 8.7 (BC)
141- * [RubyInstaller](http://rubyinstaller.org/downloads/) 3.2
141+ * [RubyInstaller](http://rubyinstaller.org/downloads/) 3.4
142142 * [libsodium](https://download.libsodium.org/libsodium/) 1.0.19
143143 </details>
144144
You can’t perform that action at this time.
0 commit comments