Skip to content

Commit 1d0738d

Browse files
committed
Require Ruby 2.3.1
1 parent ef27cfc commit 1d0738d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ruby '>=2.3.1'
12
source 'https://rubygems.org'
23

34
# Middleman

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,8 @@ DEPENDENCIES
122122
redcarpet (~> 3.4.0)
123123
rouge (~> 2.0.5)
124124

125+
RUBY VERSION
126+
ruby 2.3.3p222
127+
125128
BUNDLED WITH
126129
1.14.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Getting Started with Slate
3737
You're going to need:
3838

3939
- **Linux or OS X** — Windows may work, but is unsupported.
40-
- **Ruby, version 2.2.5 or newer**
40+
- **Ruby, version 2.3.1 or newer**
4141
- **Bundler** — If Ruby is already installed, but the `bundle` command doesn't work, just run `gem install bundler` in a terminal.
4242

4343
### Getting Set Up

0 commit comments

Comments
 (0)