mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +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
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0.0
|
- 2.2.5
|
||||||
- 2.1.0
|
- 2.3.1
|
||||||
- 2.2.0
|
|
||||||
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
script: bundle exec middleman build
|
script: bundle exec middleman build
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ Getting Started with Slate
|
||||||
You're going to need:
|
You're going to need:
|
||||||
|
|
||||||
- **Linux or OS X** — Windows may work, but is unsupported.
|
- **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.
|
- **Bundler** — If Ruby is already installed, but the `bundle` command doesn't work, just run `gem install bundler` in a terminal.
|
||||||
|
|
||||||
### Getting Set Up
|
### Getting Set Up
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue