File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ notifications:
66 email :
77 - mail@zzak.io
88rvm :
9- - 1.9.3
10- - 2.0.0
11- - 2.1.10
129 - 2.2.7
1310 - 2.3.4
1411 - 2.4.1
Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ deploy: off
1010environment :
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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments