Skip to content

Commit 9ccc45a

Browse files
committed
Revert "Drop support for Ruby 2.0"
This reverts commit 999038d.
1 parent a5fcece commit 9ccc45a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sudo: false
55
cache: bundler
66

77
rvm:
8+
- 2.0
89
- 2.1
910
- 2.2
1011
- 2.3.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ writing any Ruby code.
5555

5656
This project aims to support the following Ruby runtimes on both \*nix and Windows:
5757

58-
* MRI 2.1+
58+
* MRI 2.x
5959
* JRuby 9+
6060

6161
## Limitations

overcommit.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
Dir['libexec/**/*'] +
2525
Dir['template-dir/**/*']
2626

27-
s.required_ruby_version = '>= 2.1'
27+
s.required_ruby_version = '>= 2'
2828

2929
s.add_dependency 'childprocess', '~> 0.5.8'
3030
s.add_dependency 'iniparse', '~> 1.4'

0 commit comments

Comments
 (0)