From dd0d430c8bebc7d634d2192621e8c72809638041 Mon Sep 17 00:00:00 2001 From: Curtis Ekstrom Date: Fri, 16 Dec 2016 13:46:32 +0100 Subject: [PATCH 1/2] Update gemspec to point at latest Ruby 2.2 patch release --- travis-yaml.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-yaml.gemspec b/travis-yaml.gemspec index d1b3216..9852136 100644 --- a/travis-yaml.gemspec +++ b/travis-yaml.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_path = 'lib' - s.required_ruby_version = '>= 1.9.3' + s.required_ruby_version = '>= 2.2.6' s.add_development_dependency 'rspec', '~> 3.0' s.add_development_dependency 'rake' From b6b8478e8843a8bcf2f9c4e6d5588a0536f3a6a8 Mon Sep 17 00:00:00 2001 From: Curtis Ekstrom Date: Fri, 16 Dec 2016 13:44:38 +0100 Subject: [PATCH 2/2] Update matrix to most recent patch releases of supported Ruby versions --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5f59a0..71b713f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: ruby rvm: -- 1.9.3 -- 2.0.0 -- 2.1.2 +- 2.2.6 +- 2.3.3 sudo: false script: bundle exec rspec