File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1313
1414 matrix :
1515 ruby-version :
16- - ' 2.7'
1716 - ' 3.0'
1817 - ' 3.1'
1918 - ' 3.2'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ AllCops:
1010 - " tmp/**/*"
1111 - " vendor/bundle/**/*"
1212 - " vendor/bundle/**/.*"
13- TargetRubyVersion : 2.7
13+ TargetRubyVersion : 3.0
1414 NewCops : enable
1515 # we might wanna adopt rspec and rake but it's a bit annoying for now
1616 SuggestExtensions : false
Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
889889
890890## Ruby version compatibility
891891
892- SimpleCov is built in [ Continuous Integration] on Ruby 2.7 + as well as JRuby 9.3+.
892+ SimpleCov is built in [ Continuous Integration] on Ruby 3.0 + as well as JRuby 9.3+.
893893
894894Note for JRuby => You need to pass JRUBY_OPTS="--debug" or create .jrubyrc and add debug.fullTrace=true
895895
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
3333"rubygems_mfa_required" => "true"
3434 }
3535
36- gem . required_ruby_version = ">= 2.7 .0"
36+ gem . required_ruby_version = ">= 3.0 .0"
3737
3838 gem . add_dependency "docile" , "~> 1.1"
3939 gem . add_dependency "simplecov-html" , "~> 0.11"
You can’t perform that action at this time.
0 commit comments