Skip to content

Commit 3394252

Browse files
committed
Add support for Ruby 3.0
1 parent 6ddbe7a commit 3394252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indieweb-endpoints.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative 'lib/indieweb/endpoints/version'
22

33
Gem::Specification.new do |spec|
4-
spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 2.8')
4+
spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 4')
55

66
spec.name = 'indieweb-endpoints'
77
spec.version = IndieWeb::Endpoints::VERSION

0 commit comments

Comments
 (0)