Skip to content

Commit

Permalink
feat: Add support gruf 2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
AS-AlStar committed Feb 17, 2024
1 parent a005a98 commit de9f594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions instrumentation/gruf/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
#
# SPDX-License-Identifier: Apache-2.0

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

appraise 'gruf-2.16.1' do
gem 'gruf', '~> 2.16.1'
appraise 'gruf-2.19.0' do
gem 'gruf', '~> 2.19.0'
gem 'grpc', '>= 1.61.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Gruf
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end
end

0 comments on commit de9f594

Please sign in to comment.