From bc7993b658a72cdf7cf9b4c08a6cac2df9ea0405 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sat, 27 Dec 2014 18:10:58 -0500 Subject: [PATCH] Test with Ruby 2.2 --- .travis.yml | 1 + doc/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 144dcca1..b2fd014e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ rvm: - 1.9.3 - 2.0.0 - 2.1 + - 2.2 bundler_args: --without development --jobs=3 --retry=3 diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index d705f691..f5f8c99d 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,7 @@ * Removed support for deprecated password-hashing algorithm. This eliminates config.salt. Note the addition of a pre-upgrade step to check for obsolete passwords. +* Tracks is tested on Ruby 1.9.3, 2.0.0, 2.1, and 2.2. ## Version 2.3