Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 2ddbbbb commit b743cbd
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.61"
spec.add_dependency "grpc", ">= 1.53", "< 1.62"

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

0 comments on commit b743cbd

Please sign in to comment.