From 2857964aa41f5ead37f4c85266480f4ce74c7404 Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Sat, 21 Jan 2017 22:10:25 +0000 Subject: [PATCH] Remove Ruby 2.0 support Closes #1068 --- .travis.yml | 1 - History.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0010abb828..bbf012bfc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ matrix: - rvm: 2.3.1 - rvm: 2.2 - rvm: 2.1 - - rvm: 2.0 - rvm: jruby-9.1.2.0 env: # Travis by default also have "-Dcext.enabled=false" set in diff --git a/History.md b/History.md index 075f0eda2b..61b665f0e7 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,7 @@ ### Breaking changes * Remove support for Ruby 1.9.3 ([#993](https://github.com/cucumber/cucumber-ruby/pull/993) @brasmusson) +* Remove support for Ruby 2.0.0 ([#1068](https://github.com/cucumber/cucumber-ruby/pull/1068) @mattwynne) ### New Features