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 @@ -14,8 +14,6 @@ script:
14
14
15
15
matrix :
16
16
include :
17
- - name : " 2.3"
18
- rvm : 2.3
19
17
- name : " 2.4"
20
18
rvm : 2.4.5
21
19
- name : " 2.5"
@@ -24,5 +22,3 @@ matrix:
24
22
rvm : 2.6
25
23
- name : " trunk"
26
24
rvm : ruby-head
27
- allow_failures :
28
- - rvm : 2.3
Original file line number Diff line number Diff line change @@ -18,7 +18,3 @@ environment:
18
18
- ruby_version : " 25-x64"
19
19
- ruby_version : " 24"
20
20
- ruby_version : " 24-x64"
21
- matrix :
22
- allow_failures :
23
- - ruby_version : " 23"
24
- - ruby_version : " 23-x64"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
30
30
sample/pi.rb
31
31
]
32
32
33
- s . required_ruby_version = Gem ::Requirement . new ( ">= 2.3 .0" )
33
+ s . required_ruby_version = Gem ::Requirement . new ( ">= 2.4 .0" )
34
34
35
35
s . add_development_dependency "rake" , "~> 10.0"
36
36
s . add_development_dependency "rake-compiler" , ">= 0.9"
You can’t perform that action at this time.
0 commit comments