Skip to content

Commit

Permalink
feat: Add support gruf 2.19 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
AS-AlStar authored Feb 18, 2024
1 parent a005a98 commit 6eaadb4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-instrumentation-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Test Ruby 3.3"
# BLOCKED BY: https://github.com/bigcommerce/gruf/pull/197
if: "${{ matrix.gem != 'gruf' }}"
uses: ./.github/actions/test_gem
with:
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Test Ruby 3.3"
# BLOCKED BY: https://github.com/bigcommerce/gruf/pull/197
if: "${{ matrix.gem != 'gruf' }}"
uses: ./.github/actions/test_gem
with:
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
Expand Down
12 changes: 8 additions & 4 deletions instrumentation/gruf/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
#
# SPDX-License-Identifier: Apache-2.0

appraise 'gruf-2.15.1' do
gem 'gruf', '~> 2.15.1'
appraise 'gruf-2.17' do
gem 'gruf', '~> 2.17.0'
end

appraise 'gruf-2.16.1' do
gem 'gruf', '~> 2.16.1'
appraise 'gruf-2.18' do
gem 'gruf', '~> 2.18.0'
end

appraise 'gruf-2.19' do
gem 'gruf', '~> 2.19.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'appraisal', '~> 2.5'
spec.add_development_dependency 'bundler', '>= 1.17'
spec.add_development_dependency 'grpc_mock'
spec.add_development_dependency 'gruf', '>= 2.15.1'
spec.add_development_dependency 'gruf', '>= 2.19.0'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'opentelemetry-sdk', '~> 1.0'
spec.add_development_dependency 'opentelemetry-test-helpers'
Expand Down

0 comments on commit 6eaadb4

Please sign in to comment.