Update ruby version requirements in Travis and README

This commit is contained in:
Robert Lord 2016-09-03 18:00:04 -07:00
parent 20ed753723
commit 6831223f50
2 changed files with 3 additions and 4 deletions

View file

@ -3,9 +3,8 @@ sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.0
- 2.2.0
- 2.2.5
- 2.3.1
cache: bundler
script: bundle exec middleman build

View file

@ -37,7 +37,7 @@ Getting Started with Slate
You're going to need:
- **Linux or OS X** — Windows may work, but is unsupported.
- **Ruby, version 2.0 or newer**
- **Ruby, version 2.2.5 or newer**
- **Bundler** — If Ruby is already installed, but the `bundle` command doesn't work, just run `gem install bundler` in a terminal.
### Getting Set Up