File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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.3
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 = 33 "
106+ set " RUBY_API_VER_LONG = 3.3 .0"
107+ set " RUBY_BRANCH = ruby_3_3 "
108+ set " RUBY_RELEASE = 3.3.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% "
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.3
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