Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 5efe1c5

Browse files
committed
Update gemspec to depend on ruby 2.0 or after
1 parent d85b90f commit 5efe1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codacy-coverage.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.require_paths = ["lib"]
1717
gem.version = ENV['PUBLISH_VERSION'] || '1.0.dev'.freeze
1818

19-
gem.required_ruby_version = '>= 1.9'
19+
gem.required_ruby_version = '>= 2'
2020

2121
gem.add_runtime_dependency 'simplecov'
2222

0 commit comments

Comments
 (0)