File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1313 - 2.5.5
1414 - 2.6.2
1515 - ruby-head
16- - rbx-3.107
1716
1817gemfile :
1918 - gemfiles/rails_5_0.gemfile
@@ -23,6 +22,27 @@ gemfile:
2322 - gemfiles/rails_head.gemfile
2423
2524matrix :
25+ include :
26+ - name : " Rubinius - 5.0"
27+ rvm : rbx-3.107
28+ dist : trusty
29+ gemfile : gemfiles/rails_5_0.gemfile
30+ - name : " Rubinius - 5.1"
31+ rvm : rbx-3.107
32+ dist : trusty
33+ gemfile : gemfiles/rails_5_1.gemfile
34+ - name : " Rubinius - 5.2"
35+ rvm : rbx-3.107
36+ dist : trusty
37+ gemfile : gemfiles/rails_5_2.gemfile
38+ - name : " Rubinius - 6.0"
39+ rvm : rbx-3.107
40+ dist : trusty
41+ gemfile : gemfiles/rails_6_0.gemfile
42+ - name : " Rubinius - head"
43+ rvm : rbx-3.107
44+ dist : trusty
45+ gemfile : gemfiles/rails_head.gemfile
2646 exclude :
2747 - rvm : 2.2.10
2848 gemfile : gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ Gem::Specification.new do |s|
1111
1212 s . add_dependency 'activesupport' , '>= 5.0.0'
1313
14+ if RUBY_ENGINE == 'rbx'
15+ s . add_development_dependency ( 'racc' )
16+ s . add_development_dependency ( 'json' )
17+ s . add_development_dependency ( 'rubysl' )
18+ end
19+
1420 s . files = `git ls-files` . split ( "\n " )
1521 s . test_files = `git ls-files -- test/*` . split ( "\n " )
1622end
You can’t perform that action at this time.
0 commit comments