summaryrefslogtreecommitdiff
path: root/spec/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/README.md')
-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
```