From 190104e8aaae501f25f71bfa46d08698e5fce549 Mon Sep 17 00:00:00 2001 From: Joe Francis Date: Mon, 13 Nov 2017 13:31:48 -0600 Subject: [PATCH 1/2] update to latest rubies --- .travis.yml | 10 +++++----- README.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 017e9044c..7726bc430 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: ruby cache: bundler rvm: - 2.1 - - 2.2.4 - - 2.3.1 - - 2.4.1 + - 2.2.8 + - 2.3.5 + - 2.4.2 - ruby-head env: - DB=SQLITE @@ -29,9 +29,9 @@ matrix: gemfile: gemfiles/rails51.gemfile - rvm: 2.1 gemfile: gemfiles/rails52.gemfile - - rvm: 2.4.1 + - rvm: 2.4.2 gemfile: gemfiles/rails40.gemfile - - rvm: 2.4.1 + - rvm: 2.4.2 gemfile: gemfiles/rails41.gemfile fast_finish: true branches: diff --git a/README.md b/README.md index 7905c46e6..9c6c20027 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ For Rails 3, use gem version 3.0 or see the [3.0-stable branch](https://github.c Audited supports and is [tested against](http://travis-ci.org/collectiveidea/audited) the following Ruby versions: -* 2.1.5 -* 2.2.4 -* 2.3.1 -* 2.4.1 +* 2.1.10 +* 2.2.8 +* 2.3.5 +* 2.4.2 Audited may work just fine with a Ruby version not listed above, but we can't guarantee that it will. If you'd like to maintain a Ruby that isn't listed, please let us know with a [pull request](https://github.com/collectiveidea/audited/pulls). From 180d7fe963ab669affd2e1cacb5e91d0a9a7ce52 Mon Sep 17 00:00:00 2001 From: Joe Francis Date: Mon, 13 Nov 2017 13:41:12 -0600 Subject: [PATCH 2/2] don't test rails-4.x with ruby-head --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7726bc430..64d2222ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,10 @@ matrix: gemfile: gemfiles/rails40.gemfile - rvm: 2.4.2 gemfile: gemfiles/rails41.gemfile + - rvm: ruby-head + gemfile: gemfiles/rails40.gemfile + - rvm: ruby-head + gemfile: gemfiles/rails41.gemfile fast_finish: true branches: only: