Skip to content

Commit 49c79cd

Browse files
chore(deps): update grpc requirement from >= 1.53, < 1.59 to >= 1.53, < 1.60 (#52)
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.59.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>
1 parent 28e7f5c commit 49c79cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flipt-grpc-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
3434

3535
spec.require_paths = ["lib"]
3636

37-
spec.add_dependency "grpc", ">= 1.53", "< 1.59"
37+
spec.add_dependency "grpc", ">= 1.53", "< 1.60"
3838

3939
spec.add_development_dependency "bundler", "~> 2"
4040
spec.add_development_dependency "rake", "~> 13.0"

0 commit comments

Comments
 (0)