From 2e91518fd60e7af2941ae47b7c9d63f4dce0b60c Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Tue, 24 Dec 2024 10:52:12 +1100 Subject: [PATCH] Add a platform value for the gemspec --- probot.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/probot.gemspec b/probot.gemspec index adc0738..b9f31b6 100644 --- a/probot.gemspec +++ b/probot.gemspec @@ -13,6 +13,7 @@ Gem::Specification.new do |spec| spec.homepage = "http://github.com/dkam/probot" spec.license = "MIT" spec.required_ruby_version = ">= 3.0" + gem.platform = Gem::Platform::RUBY spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "http://github.com/dkam/probot"