Skip to content

Commit 05c1bf9

Browse files
committed
chore: Lower the min Ruby version to 2.7.
1 parent b159a53 commit 05c1bf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require:
55

66
AllCops:
77
NewCops: enable
8-
TargetRubyVersion: 3.0
8+
TargetRubyVersion: 2.7
99

1010
# Useful to separate conceptual expressions.
1111
Layout/SpaceInsideArrayLiteralBrackets:

time_range.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "Iterate using Time objects."
1212
spec.description = "Easy iterating over various periods of time."
1313
spec.homepage = "https://github.com/schwern/ruby-time_range"
14-
spec.required_ruby_version = "~> 3.0"
14+
spec.required_ruby_version = ">= 2.7"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = "https://github.com/schwern/ruby-time_range"

0 commit comments

Comments
 (0)