Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit f34716e

Browse files
authored
Remove upper Ruby version constraint (#52)
1 parent fe13ad7 commit f34716e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

link-header-parser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative "lib/link_header_parser/version"
44

55
Gem::Specification.new do |spec|
6-
spec.required_ruby_version = ">= 2.7", "< 4"
6+
spec.required_ruby_version = ">= 2.7"
77

88
spec.name = "link-header-parser"
99
spec.version = LinkHeaderParser::VERSION

0 commit comments

Comments
 (0)