mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
Require Ruby 2.3.1
This commit is contained in:
parent
ef27cfccb3
commit
1d0738d536
3 changed files with 5 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -1,3 +1,4 @@
|
|||
ruby '>=2.3.1'
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Middleman
|
||||
|
|
|
|||
|
|
@ -122,5 +122,8 @@ DEPENDENCIES
|
|||
redcarpet (~> 3.4.0)
|
||||
rouge (~> 2.0.5)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.3.3p222
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.5
|
||||
|
|
|
|||
|
|
@ -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.2.5 or newer**
|
||||
- **Ruby, version 2.3.1 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