Require Ruby 2.3.1

This commit is contained in:
Robert Lord
2017-06-15 12:24:17 -07:00
parent ef27cfccb3
commit 1d0738d536
3 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
ruby '>=2.3.1'
source 'https://rubygems.org'
# Middleman

View File

@@ -122,5 +122,8 @@ DEPENDENCIES
redcarpet (~> 3.4.0)
rouge (~> 2.0.5)
RUBY VERSION
ruby 2.3.3p222
BUNDLED WITH
1.14.5

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.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