File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -303,17 +303,16 @@ exception.
303
303
When the spec is fixed the ` untag ` command will remove the tag and you can
304
304
commit the fix and the removal of the tag.
305
305
306
- ## Running specs for Ruby 3.2 features
306
+ ## Running specs for Ruby 3.3 features
307
307
308
- TruffleRuby currently targets Ruby 3.1 . However, we welcome pull requests for
309
- Ruby 3.2 features as long as they don't conflict significantly with
310
- Ruby 3.1 semantics.
308
+ TruffleRuby currently targets Ruby 3.2 . However, we welcome pull requests for
309
+ Ruby 3.3 features as long as they don't conflict significantly with
310
+ Ruby 3.2 semantics.
311
311
312
- It is possible to run specs for Ruby 3.2 features by setting
313
- ` PRETEND_RUBY_VERSION ` :
312
+ It is possible to run specs for Ruby 3.3 features by setting ` PRETEND_RUBY_VERSION ` :
314
313
315
314
``` bash
316
- PRETEND_RUBY_VERSION=3.2 .0 jt test spec/ruby/.../some_spec.rb
315
+ PRETEND_RUBY_VERSION=3.3 .0 jt test spec/ruby/.../some_spec.rb
317
316
```
318
317
319
318
This also works for ` jt tag ` /` jt untag ` .
You can’t perform that action at this time.
0 commit comments