Skip to content

Commit 2741479

Browse files
chore(deps): update grpc requirement from >= 1.53, < 1.76 to >= 1.53, < 1.77 (#113)
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.76.0) --- updated-dependencies: - dependency-name: grpc dependency-version: 1.76.0 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 b7ef429 commit 2741479

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
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
3535
spec.require_paths = ["lib"]
3636
spec.required_ruby_version = '>= 3.2.0'
3737

38-
spec.add_dependency "grpc", ">= 1.53", "< 1.76"
38+
spec.add_dependency "grpc", ">= 1.53", "< 1.77"
3939

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

0 commit comments

Comments
 (0)