Skip to content

Commit ffef9ad

Browse files
committed
Set minimum Ruby version to 3.0
1 parent d1bc3f9 commit ffef9ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.standard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
format: progress
1+
format: "progress"
22
parallel: true
3+
ruby_version: "3.0"

indieweb-endpoints.gemspec

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

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

88
spec.name = "indieweb-endpoints"
99
spec.version = IndieWeb::Endpoints::VERSION

0 commit comments

Comments
 (0)