Skip to content

Commit

Permalink
fix(ruby): sync required ruby version with ruby client version
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Apr 9, 2024
1 parent a0cbd9f commit 2596254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/api/clients/ruby/client.gemspec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["github_repo"] = "ssh://github.com/getoutreach/{{ .Config.Name }}"

spec.required_ruby_version = Gem::Requirement.new(">= 2.7.5")
spec.required_ruby_version = Gem::Requirement.new(">= {{ stencil.Arg "versions.grpcClients.ruby" }}")
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
Expand Down

0 comments on commit 2596254

Please sign in to comment.