aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2017-02-13 21:07:13 +0100
committerMarkus Doits <markus.doits@stellenticket.de>2017-02-13 21:07:13 +0100
commitce9820e0b56f8b5101121eeeacc6b111bdd0abd7 (patch)
tree5a81e4b62f6d2cc54dc6667916c65e3d493ec65a
parent894ef1808298981a0394d46504d2bf5b43671949 (diff)
downloadpronto-hlint-ce9820e0b56f8b5101121eeeacc6b111bdd0abd7.tar.gz
pronto-hlint-ce9820e0b56f8b5101121eeeacc6b111bdd0abd7.tar.zst
pronto-hlint-ce9820e0b56f8b5101121eeeacc6b111bdd0abd7.zip
better not to add an open ended dependency
-rw-r--r--pronto-eslint_npm.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pronto-eslint_npm.gemspec b/pronto-eslint_npm.gemspec
index 0dfa79b..47cbf18 100644
--- a/pronto-eslint_npm.gemspec
+++ b/pronto-eslint_npm.gemspec
@@ -25,6 +25,6 @@ Gem::Specification.new do |s|
25 s.requirements << 'eslint (in PATH)' 25 s.requirements << 'eslint (in PATH)'
26 26
27 s.add_dependency('pronto', '~> 0.8.0') 27 s.add_dependency('pronto', '~> 0.8.0')
28 s.add_development_dependency('rake', '>= 11.0') 28 s.add_development_dependency('rake', '>= 11.0', '< 13')
29 s.add_development_dependency('rspec', '~> 3.4') 29 s.add_development_dependency('rspec', '~> 3.4')
30end 30end