Skip to content

Commit 0934c50

Browse files
committed
bump ruby version to 3.3
closes: #373 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 6429046 commit 0934c50

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4141
Make sure that you install the same architecture (32bit/64bit) for those
4242
libraries that matches your Vim installation.

appveyor.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ set "RACKET_DIR=%DEPENDENCIES%\racket%RACKET_VER%-%ARCH%"
102102
set "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"
109109
set "RUBY_SRC_URL=https://github.com/ruby/ruby/archive/%RUBY_BRANCH%.zip"
110110
set "RUBY_URL=https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-%RUBY_RELEASE%/rubyinstaller-%RUBY_RELEASE%-%ARCH%.7z"
111111
set "RUBY_DIR=%DEPENDENCIES%\Ruby%RUBY_VER%-%ARCH%"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)