From f867d270aa008881650af6470428cc19b29d2abd Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 23 Apr 2026 07:36:49 -0400 Subject: [PATCH] fix: update minimum required ruby version to 3.3.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- microsoft_kiota_faraday.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft_kiota_faraday.gemspec b/microsoft_kiota_faraday.gemspec index 81734e3..185bb71 100644 --- a/microsoft_kiota_faraday.gemspec +++ b/microsoft_kiota_faraday.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| 'source_code_uri' => 'https://github.com/microsoft/kiota-http-ruby', 'github_repo' => 'ssh://github.com/microsoft/kiota-http-ruby' } - spec.required_ruby_version = ">= 3.0.0" + spec.required_ruby_version = ">= 3.3.0" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.