From 36b296334386ecee1e2e796f42e3698746f21bbd Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 14 Feb 2014 13:30:14 -0500 Subject: [PATCH] Kill 1.9.2 support. --- .travis.yml | 1 - jekyll.gemspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e193e371..af078557 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ rvm: - 2.1.0 - 2.0.0 - 1.9.3 -- 1.9.2 script: script/cibuild after_script: - script/rebund upload diff --git a/jekyll.gemspec b/jekyll.gemspec index bdf2fb23..7cf79e2a 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.specification_version = 2 if s.respond_to? :specification_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.rubygems_version = '1.3.5' - s.required_ruby_version = '>= 1.9.2' + s.required_ruby_version = '>= 1.9.3' s.name = 'jekyll' s.version = '2.0.0.alpha.1'