Skip to content

Commit

Permalink
Merge pull request #1828 from newrelic/update_grpc_gemlist
Browse files Browse the repository at this point in the history
Update grpc gemlist
  • Loading branch information
hannahramadan committed Feb 17, 2023
2 parents 150209d + 70d911a commit 9b6579b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/multiverse/suites/grpc/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ GRPC_VERSIONS = [
def gem_list(grpc_version = nil)
<<~RB
gem 'grpc'#{grpc_version}
gem 'google-protobuf', '3.21.12' if RUBY_VERSION <= '2.5.9'
RB
end

Expand Down

0 comments on commit 9b6579b

Please sign in to comment.