From 0d6688dcba4304605c29780d9e1e196b6e33664d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mindaugas=20Moz=C5=ABras?= Date: Sun, 7 Aug 2016 16:30:41 +0300 Subject: Deprecate support for ruby 1.9.3 (cherry picked from commit 10fe57d01fe0b614dc8bcf747b82329a6e2a7548) --- .travis.yml | 1 - pronto-eslint-npm.gemspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8cecaf..244c188 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: ruby before_script: - npm install -g eslint rvm: -- 1.9.3 - 2.0.0 - 2.1 - 2.2 diff --git a/pronto-eslint-npm.gemspec b/pronto-eslint-npm.gemspec index 9447bb8..50256e0 100644 --- a/pronto-eslint-npm.gemspec +++ b/pronto-eslint-npm.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| EOF s.licenses = ['MIT'] - s.required_ruby_version = '>= 1.9.3' + s.required_ruby_version = '>= 2.0.0' s.rubygems_version = '1.8.23' s.files = FileList['LICENSE', 'README.md', 'lib/*'] -- cgit v1.2.3