Skip to content

Commit

Permalink
ci: Updates grape appraisals (#1006)
Browse files Browse the repository at this point in the history
Fixes #1005
  • Loading branch information
arielvalentin authored Jun 12, 2024
1 parent b26017c commit 57ca42b
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions instrumentation/grape/Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,15 @@
#
# SPDX-License-Identifier: Apache-2.0

appraise 'grape-1.2' do
gem 'grape', '~> 1.2'
appraise 'grape-1.x' do
gem 'rack', '~> 2.0'
gem 'grape', '~> 1.8'
end

appraise 'grape-1.3' do
gem 'grape', '~> 1.3'
appraise 'grape-2.0.x' do
gem 'grape', '~> 2.0.0'
end

appraise 'grape-1.4' do
gem 'grape', '~> 1.4'
end

appraise 'grape-1.5' do
gem 'grape', '~> 1.5'
end

appraise 'grape-1.6' do
gem 'grape', '~> 1.6'
end

appraise 'grape-1.7' do
gem 'grape', '~> 1.7'
appraise 'grape-latest' do
gem 'grape'
end

0 comments on commit 57ca42b

Please sign in to comment.