Skip to content

Commit

Permalink
squash: more precise appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Dec 22, 2023
1 parent d869e55 commit 86d200e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion instrumentation/graphql/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ appraise 'graphql-2.1' do
gem 'graphql', '~> 2.1.8'
end

appraise 'graphql-2.2.0' do
gem 'graphql', '2.2.0'
end

appraise 'graphql-2.x' do
gem 'graphql', '>= 2.2', '< 3.0.0'
gem 'graphql', '>= 2.2.1', '< 3.0.0'
end

0 comments on commit 86d200e

Please sign in to comment.