Skip to content

Commit

Permalink
chore(deps): update grpc requirement from >= 1.53, < 1.63 to >= 1.53,…
Browse files Browse the repository at this point in the history
… < 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](grpc/grpc@v1.53.0...v1.63.0)

---
updated-dependencies:
- dependency-name: grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent d372479 commit 7089737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipt-grpc-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7089737

Please sign in to comment.