From fc0a879e520a9bd5ec145dfdd8dd284fae838382 Mon Sep 17 00:00:00 2001 From: Jamie Oliver Date: Sat, 11 Jan 2014 14:42:35 +0000 Subject: [PATCH] Support Ruby 2.1.0. Closes #784 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8aa9c017..b3493f4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ rvm: - 1.9.3 - 2.0.0 + - 2.1.0 before_install: - sudo apt-get update - sudo apt-get install libicu-dev \ No newline at end of file diff --git a/README.md b/README.md index 48bc3735..8d83413d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Gollum follows the rules of [Semantic Versioning](http://semver.org/) and uses ## SYSTEM REQUIREMENTS - Python 2.5+ (2.7.3 recommended) -- Ruby 1.8.7+ (1.9.3 recommended) +- Ruby 1.9.3+ (1.9.3 recommended) - Unix like operating system (OS X, Ubuntu, Debian, and more) - Will not work on Windows (because of [grit](https://github.com/github/grit))