From 845efaa795243dc43e1f5a89af2cfe59aa50a79f Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 27 May 2019 09:25:09 -0400 Subject: [PATCH] travis: drop 2.3 as well --- .travis.yml | 3 +-- CHANGELOG.md | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb5b39b..647104d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,9 @@ addons: packages: - libgirepository1.0-dev # for gobject-introspection rvm: - - 2.3.3 - - 2.4.1 - 2.4.2 - 2.5.0 + - 2.6.0 - ruby-head matrix: allow_failures: diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fcb00..812d149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Chores: Compatibility: * A LOT more pre-defined colors built into Cairo. Some of the named colors got redefined with the upgrade to the latest Cairo. This means that named colors like `:gray` and `:green` may look slightly different. +* Dropped support for EOL'd Rubies. Minimum support is 2.4 Special thanks to @lcarlsen, @Karneades diff --git a/README.md b/README.md index 3c84881..6d8dd0b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Wanna see more? Check out the website: http://andymeneely.github.io/squib/ ## Installation -Squib requires Ruby 2.2 or later. +Squib requires Ruby 2.3 or later. Install it yourself with: