Skip to content

Commit 97b0617

Browse files
committed
Relax Ruby dependency in gemspec file
1 parent b51d929 commit 97b0617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skunk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414
spec.description = "Knows how to calculate the SkunkScore for a set of Ruby modules"
1515
spec.homepage = "https://github.com/fastruby/skunk"
1616

17-
spec.required_ruby_version = [">= 2.4.0", "< 3.3"]
17+
spec.required_ruby_version = [">= 2.4.0"]
1818

1919
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
2020
# to allow pushing to a single host or delete this section to allow pushing to any host.

0 commit comments

Comments
 (0)