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) --- pronto-eslint-npm.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pronto-eslint-npm.gemspec') 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