]> git.immae.eu Git - github/fretlink/pronto-hlint.git/commitdiff
Deprecate support for ruby 1.9.3
authorMindaugas Mozūras <mindaugas.mozuras@gmail.com>
Sun, 7 Aug 2016 13:30:41 +0000 (16:30 +0300)
committerMarkus Doits <markus.doits@stellenticket.de>
Thu, 11 Aug 2016 14:20:15 +0000 (16:20 +0200)
(cherry picked from commit 10fe57d01fe0b614dc8bcf747b82329a6e2a7548)

.travis.yml
pronto-eslint-npm.gemspec

index f8cecafe905f5492819a27cbe2380d70e6ae4e83..244c188d2655bc38b1d069c56783a47cb23b8dbd 100644 (file)
@@ -4,7 +4,6 @@ language: ruby
 before_script:
 - npm install -g eslint
 rvm:
-- 1.9.3
 - 2.0.0
 - 2.1
 - 2.2
index 9447bb84d01be71ffb053fe1d56f240eb5bf9378..50256e06661ccd5ae8d2cbb9323fa04697d1ecaa 100644 (file)
@@ -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/*']