From 6831223f50c61e20445c9771acddb0a70843aaa8 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sat, 3 Sep 2016 18:00:04 -0700 Subject: [PATCH] Update ruby version requirements in Travis and README --- .travis.yml | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6587ea15e95..d52b06e634d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,8 @@ sudo: false language: ruby rvm: - - 2.0.0 - - 2.1.0 - - 2.2.0 + - 2.2.5 + - 2.3.1 cache: bundler script: bundle exec middleman build diff --git a/README.md b/README.md index 8f0ee7e0d61..fa645094931 100644 --- a/README.md +++ b/README.md @@ -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.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. ### Getting Set Up