mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Update ruby version requirements in Travis and README
This commit is contained in:
parent
20ed753723
commit
6831223f50
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue