File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 27
27
- label : Ruby 3.0
28
28
ruby_version : " 3.0"
29
29
gemfile : Gemfile
30
- # classifier-reborn requires changes to work with Ruby 3.1.
31
- # - label: Ruby 3.1
32
- # ruby_version: "3.1"
33
- # gemfile: Gemfile
30
+ - label : Ruby 3.1
31
+ ruby_version : " 3.1"
32
+ gemfile : Gemfile
34
33
- label : JRuby 9.3.4.0
35
34
ruby_version : " jruby-9.3.4.0"
36
35
gemfile : Gemfile-jruby
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
28
s . extra_rdoc_files = %w[ README.markdown LICENSE ]
29
29
30
30
s . add_runtime_dependency ( 'jruby-stemmer-other' , '~> 0.0.2' )
31
+ s . add_runtime_dependency ( 'matrix' , '~> 0.4' )
31
32
32
33
s . add_development_dependency ( 'minitest' )
33
34
s . add_development_dependency ( 'minitest-reporters' )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
s . extra_rdoc_files = %w[ README.markdown LICENSE ]
28
28
29
29
s . add_runtime_dependency ( 'fast-stemmer' , '~> 1.0' )
30
+ s . add_runtime_dependency ( 'matrix' , '~> 0.4' )
30
31
31
32
s . add_development_dependency ( 'minitest' )
32
33
s . add_development_dependency ( 'minitest-reporters' )
You can’t perform that action at this time.
0 commit comments