Skip to content

Commit 6831223

Browse files
committed
Update ruby version requirements in Travis and README
1 parent 20ed753 commit 6831223

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ sudo: false
33
language: ruby
44

55
rvm:
6-
- 2.0.0
7-
- 2.1.0
8-
- 2.2.0
6+
- 2.2.5
7+
- 2.3.1
98

109
cache: bundler
1110
script: bundle exec middleman build

README.md

+1-1
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.0 or newer**
40+
- **Ruby, version 2.2.5 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)