Support Ruby 2.1.0. Closes #784

This commit is contained in:
Jamie Oliver
2014-01-11 14:42:35 +00:00
parent 9b675146a2
commit fc0a879e52
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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))