Skip to content

Commit 208e20b

Browse files
committed
Remove upper constraint on supported Ruby versions
1 parent 93b4341 commit 208e20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webmention.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative "lib/webmention/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 = "webmention"
99
spec.version = Webmention::VERSION

0 commit comments

Comments
 (0)