summaryrefslogtreecommitdiff
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
parent0ad0e638872a07eafb87989681b05d24d9e0c87f (diff)
downloadruby-fe8573f31ab4b48d0c3214dbf15ba66a192c078a.tar.gz
Run specs against the latest release of 2.4
-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
```