aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-01-28 18:12:24 +0100
committerBenoit Daloze <eregontp@gmail.com>2020-01-28 18:12:24 +0100
commitfe8573f31ab4b48d0c3214dbf15ba66a192c078a (patch)
tree0863d8da76ba9743c6d8431b2fb80f2d0fbc683b /spec
parent0ad0e638872a07eafb87989681b05d24d9e0c87f (diff)
downloadruby-fe8573f31ab4b48d0c3214dbf15ba66a192c078a.tar.gz
Run specs against the latest release of 2.4
Diffstat (limited to 'spec')
-rw-r--r--spec/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/README.md b/spec/README.md
index 1b2e4d5f53..c67aedbb80 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -66,7 +66,7 @@ See `spec/ruby/CONTRIBUTING.md` for more documentation about guards.
To verify specs are compatible with older Ruby versions:
```
cd spec/ruby
-$RUBY_MANAGER use 2.4.6
+$RUBY_MANAGER use 2.4.9
../mspec/bin/mspec -j
```