We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bc3f9 commit ffef9adCopy full SHA for ffef9ad
.standard.yml
@@ -1,2 +1,3 @@
1
-format: progress
+format: "progress"
2
parallel: true
3
+ruby_version: "3.0"
indieweb-endpoints.gemspec
@@ -3,7 +3,7 @@
require_relative "lib/indieweb/endpoints/version"
4
5
Gem::Specification.new do |spec|
6
- spec.required_ruby_version = ">= 2.7"
+ spec.required_ruby_version = ">= 3.0"
7
8
spec.name = "indieweb-endpoints"
9
spec.version = IndieWeb::Endpoints::VERSION
0 commit comments