From 70897372c50b02f945b2585f0387249e661d7a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:44:32 +0000 Subject: [PATCH] chore(deps): update grpc requirement from >= 1.53, < 1.63 to >= 1.53, < 1.64 (#76) Updates the requirements on [grpc](https://github.com/google/grpc) to permit the latest version. - [Release notes](https://github.com/google/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/google/grpc/compare/v1.53.0...v1.63.0) --- updated-dependencies: - dependency-name: grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- flipt-grpc-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipt-grpc-ruby.gemspec b/flipt-grpc-ruby.gemspec index db9eb78..0533d32 100644 --- a/flipt-grpc-ruby.gemspec +++ b/flipt-grpc-ruby.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] - spec.add_dependency "grpc", ">= 1.53", "< 1.63" + spec.add_dependency "grpc", ">= 1.53", "< 1.64" spec.add_development_dependency "bundler", "~> 2" spec.add_development_dependency "rake", "~> 13.0"