summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--spec/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f5199c7992..882bcb8fcd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -365,7 +365,7 @@ env:
- &rubyspec
name: Check ruby/spec version guards on Ruby 2.4
language: ruby
- rvm: 2.4.6
+ rvm: 2.4.9
before_install:
install:
before_script: chmod -R u+w spec/ruby
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
```