File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -192,18 +192,18 @@ exception.
192
192
When the spec is fixed the ` untag ` command will remove the tag and you can
193
193
commit the fix and the removal of the tag.
194
194
195
- ## Running specs for Ruby 2.5 features
195
+ ## Running specs for Ruby 2.7 features
196
196
197
- TruffleRuby currently targets Ruby 2.4 . However, we welcome pull requests for
198
- Ruby 2.5 features as long as they don't conflict significantly with
199
- Ruby 2.4 semantics.
197
+ TruffleRuby currently targets Ruby 2.6 . However, we welcome pull requests for
198
+ Ruby 2.7 features as long as they don't conflict significantly with
199
+ Ruby 2.6 semantics.
200
200
201
- It is possible to run specs for Ruby 2.5 features by setting
201
+ It is possible to run specs for Ruby 2.7 features by setting
202
202
` PRETEND_RUBY_VERSION ` :
203
203
204
204
``` bash
205
- # Integer#digits is introduced in 2.5
206
- $ PRETEND_RUBY_VERSION=2.5 .0 jt test spec/ruby/core/integer/digits_spec .rb
205
+ # File.absolute_path? is introduced in 2.7
206
+ $ PRETEND_RUBY_VERSION=2.7 .0 jt test spec/ruby/core/file/absolute_path_spec .rb
207
207
```
208
208
209
209
This also works for ` jt tag ` /` jt untag ` .
You can’t perform that action at this time.
0 commit comments