From cefac180f159118fa0acc8e0dda1eb0fb7c3a44b Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 8 Aug 2016 11:04:13 -0700 Subject: [PATCH] Test against specific Ruby versions --- .travis.yml | 5 +++-- README.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2f6409..ac4f1b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,9 @@ rvm: - 1.8.7 - 1.9.3 - 2.0.0 - - 2.1 - - 2.2 + - 2.1.10 + - 2.2.5 + - 2.3.1 - jruby-head - rbx-2 - ruby-head diff --git a/README.md b/README.md index 4fb39fd..35769e2 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,8 @@ your first stop if you are wondering about a more in-depth look at OmniAuth, how it works, and how to use it. ## Supported Ruby Versions -OmniAuth is tested under 1.8.7, 1.9.3, 2.0.0, 2.1.0, JRuby, and Rubinius. +OmniAuth is tested under 1.8.7, 1.9.3, 2.0.0, 2.1.10, 2.2.5, 2.3.1, JRuby, and +Rubinius. ## Versioning This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations