Skip to content

Commit

Permalink
chore(deps): update grpc requirement from >= 1.53, < 1.69 to >= 1.53,…
Browse files Browse the repository at this point in the history
… < 1.70 (#101)

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.65.2)

---
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 Jan 13, 2025
1 parent 4150921 commit 84d6802
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.69"
spec.add_dependency "grpc", ">= 1.53", "< 1.70"

spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 84d6802

Please sign in to comment.