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 bf37662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions instrumentation/gruf/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@

appraise 'gruf-2.15.1' do
gem 'gruf', '~> 2.15.1'
gem 'grpc', '< 1.61.0'
end

appraise 'gruf-2.16.1' do
gem 'gruf', '~> 2.16.1'
gem 'grpc', '< 1.61.0'
end

appraise 'gruf-2.19.0' do
gem 'gruf', '~> 2.19.0'
gem 'grpc', '~> 1.61.0'
end

0 comments on commit bf37662

Please sign in to comment.