We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fcece commit 9ccc45aCopy full SHA for 9ccc45a
.travis.yml
@@ -5,6 +5,7 @@ sudo: false
5
cache: bundler
6
7
rvm:
8
+ - 2.0
9
- 2.1
10
- 2.2
11
- 2.3.0
README.md
@@ -55,7 +55,7 @@ writing any Ruby code.
55
56
This project aims to support the following Ruby runtimes on both \*nix and Windows:
57
58
-* MRI 2.1+
+* MRI 2.x
59
* JRuby 9+
60
61
## Limitations
overcommit.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
Dir['libexec/**/*'] +
25
Dir['template-dir/**/*']
26
27
- s.required_ruby_version = '>= 2.1'
+ s.required_ruby_version = '>= 2'
28
29
s.add_dependency 'childprocess', '~> 0.5.8'
30
s.add_dependency 'iniparse', '~> 1.4'
0 commit comments