diff options
author | Frederico Linhares <fred@linhares.blue> | 2024-05-08 16:30:22 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2024-05-08 16:30:22 -0300 |
commit | 70e156d47346ae3198c623e0af75e5703f894db3 (patch) | |
tree | 8f002908864db035bab7fda016c316f6dd58dcfc /Rakefile | |
parent | 6955a5acb16587b09cad928b504f832a686994bd (diff) |
feat Update Ruby version
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ OBJ = 'candy_gear' VERSION = '0.1.0' -MRUBY_VERSION = '3.2.0' +MRUBY_VERSION = '3.3.0' MRUBY_ZIP_FILE = "mruby-#{MRUBY_VERSION}.zip" MRUBY_STATIC_LIB = "mruby-#{MRUBY_VERSION}/build/host/lib/libmruby.a" |