File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
matrix :
15
15
ruby-version :
16
+ - ' 2.7'
16
17
- ' 3.0'
17
18
- ' 3.1'
18
19
- ' 3.2'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ AllCops:
10
10
- " tmp/**/*"
11
11
- " vendor/bundle/**/*"
12
12
- " vendor/bundle/**/.*"
13
- TargetRubyVersion : 3.0
13
+ TargetRubyVersion : 2.7
14
14
NewCops : enable
15
15
# we might wanna adopt rspec and rake but it's a bit annoying for now
16
16
SuggestExtensions : false
Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
889
889
890
890
## Ruby version compatibility
891
891
892
- SimpleCov is built in [ Continuous Integration] on Ruby 3.0 + as well as JRuby 9.3+.
892
+ SimpleCov is built in [ Continuous Integration] on Ruby 2.7 + as well as JRuby 9.3+.
893
893
894
894
Note for JRuby => You need to pass JRUBY_OPTS="--debug" or create .jrubyrc and add debug.fullTrace=true
895
895
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
33
33
"rubygems_mfa_required" => "true"
34
34
}
35
35
36
- gem . required_ruby_version = ">= 3.0 .0"
36
+ gem . required_ruby_version = ">= 2.7 .0"
37
37
38
38
gem . add_dependency "docile" , "~> 1.1"
39
39
gem . add_dependency "simplecov-html" , "~> 0.11"
You can’t perform that action at this time.
0 commit comments