Skip to content

Commit 8fca9ae

Browse files
committed
Drop support for EOL'd Ruby 2.5 and 2.6
1 parent a70a811 commit 8fca9ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AllCops:
1010
- "tmp/**/*"
1111
- "vendor/bundle/**/*"
1212
- "vendor/bundle/**/.*"
13-
TargetRubyVersion: 2.5
13+
TargetRubyVersion: 2.7
1414
NewCops: enable
1515
# we might wanna adopt rspec and rake but it's a bit annoying for now
1616
SuggestExtensions: false

simplecov.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
3333
"rubygems_mfa_required" => "true"
3434
}
3535

36-
gem.required_ruby_version = ">= 2.5.0"
36+
gem.required_ruby_version = ">= 2.7.0"
3737

3838
gem.add_dependency "docile", "~> 1.1"
3939
gem.add_dependency "simplecov-html", "~> 0.11"

0 commit comments

Comments
 (0)