We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b159a53 commit 05c1bf9Copy full SHA for 05c1bf9
.rubocop.yml
@@ -5,7 +5,7 @@ require:
5
6
AllCops:
7
NewCops: enable
8
- TargetRubyVersion: 3.0
+ TargetRubyVersion: 2.7
9
10
# Useful to separate conceptual expressions.
11
Layout/SpaceInsideArrayLiteralBrackets:
time_range.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Iterate using Time objects."
12
spec.description = "Easy iterating over various periods of time."
13
spec.homepage = "https://github.com/schwern/ruby-time_range"
14
- spec.required_ruby_version = "~> 3.0"
+ spec.required_ruby_version = ">= 2.7"
15
16
spec.metadata["homepage_uri"] = spec.homepage
17
spec.metadata["source_code_uri"] = "https://github.com/schwern/ruby-time_range"
0 commit comments