Skip to content

Commit

Permalink
Update ruby version requirements in Travis and README
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Nov 24, 2016
1 parent 20ed753 commit 6831223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6831223

Please sign in to comment.