Skip to content

Commit

Permalink
Relax Ruby dependency in gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Dec 1, 2023
1 parent b51d929 commit 97b0617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skunk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = "Knows how to calculate the SkunkScore for a set of Ruby modules"
spec.homepage = "https://github.com/fastruby/skunk"

spec.required_ruby_version = [">= 2.4.0", "< 3.3"]
spec.required_ruby_version = [">= 2.4.0"]

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

0 comments on commit 97b0617

Please sign in to comment.