Skip to content

Commit 51b03c3

Browse files
committed
Drop under Ruby 2.2
1 parent 68bd8f5 commit 51b03c3

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ notifications:
66
email:
77
88
rvm:
9-
- 1.9.3
10-
- 2.0.0
11-
- 2.1.10
129
- 2.2.7
1310
- 2.3.4
1411
- 2.4.1

appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ deploy: off
1010
environment:
1111
NOBENCHMARK: 1
1212
matrix:
13-
- ruby_version: "193"
14-
- ruby_version: "200"
15-
- ruby_version: "200-x64"
16-
- ruby_version: "21"
17-
- ruby_version: "21-x64"
1813
- ruby_version: "22"
1914
- ruby_version: "22-x64"
2015
- ruby_version: "23"

rdoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
4646
TODO.rdoc
4747
]
4848

49-
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
49+
s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
5050
s.rubygems_version = "2.5.2"
5151
s.required_rubygems_version = Gem::Requirement.new(">= 2.2")
5252

0 commit comments

Comments
 (0)