Skip to content

Commit 8141d89

Browse files
authored
Update compatibility.md re. TruffleRuby 24.0
https://github.com/oracle/truffleruby/releases/tag/graal-24.0.0
1 parent dc120e7 commit 8141d89

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

doc/user/compatibility.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /reference-manual/ruby/Compatibility/
77
# Compatibility
88

99
TruffleRuby aims to be fully compatible with the standard implementation of
10-
Ruby, MRI, version 3.2.2, [including C extensions](#c-extension-compatibility).
10+
Ruby, MRI, version 3.3.0, [including C extensions](#c-extension-compatibility).
1111
TruffleRuby is still in development, so it is not 100% compatible yet.
1212

1313
TruffleRuby can run Rails and is compatible with many gems, including C extensions.
@@ -35,15 +35,7 @@ In the C API, the preprocessor macro `TRUFFLERUBY` is defined, which can be chec
3535

3636
## Ruby 3.x Features
3737

38-
Most features of Ruby 3.2 and earlier are supported in TruffleRuby.
39-
However some features are not yet implemented.
40-
See the following issues for details:
41-
42-
* [Ruby 3.2 features](https://github.com/oracle/truffleruby/issues/3039)
43-
* [Ruby 3.1 features](https://github.com/oracle/truffleruby/issues/2733)
44-
* [Ruby 3.0 features](https://github.com/oracle/truffleruby/issues/2453)
45-
* [Pattern Matching](https://github.com/oracle/truffleruby/issues/3332)
46-
* [Endless methods](https://github.com/oracle/truffleruby/issues/3038)
38+
Most features of Ruby 3.3 and earlier are supported in TruffleRuby.
4739

4840
## Features Entirely Missing
4941

0 commit comments

Comments
 (0)