Skip to content

Commit

Permalink
Merge pull request #2120 from newrelic/8t_ruby_2_5_9_grpc_version
Browse files Browse the repository at this point in the history
Specify grpc version for infinite tracing multiverse
  • Loading branch information
kaylareopelle authored Jul 10, 2023
2 parents da97278 + 8c41224 commit adf27e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/multiverse/suites/infinite_tracing/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.
# frozen_string_literal: true

def grpc_version
RUBY_VERSION < '2.6.0' ? ", '1.49.1'" : ''
end

gemfile <<~RB
gem 'newrelic-infinite_tracing', :path => '../../../../infinite_tracing'
gem 'grpc'#{grpc_version}
RB

0 comments on commit adf27e9

Please sign in to comment.