Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Relax Ruby version constraint #122

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/codecov/codecov-ruby'
s.license = 'MIT'
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '~> 2.4'
s.required_ruby_version = '>= 2.4'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
s.required_ruby_version = '>= 2.4'
s.required_ruby_version = '>= 2.4', '< 4'

s.version = ::Codecov::VERSION

s.add_dependency 'simplecov', '>= 0.15', '< 0.21'
Expand Down