Skip to content

Commit 57ca42b

Browse files
ci: Updates grape appraisals (#1006)
Fixes #1005
1 parent b26017c commit 57ca42b

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

instrumentation/grape/Appraisals

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,15 @@
44
#
55
# SPDX-License-Identifier: Apache-2.0
66

7-
appraise 'grape-1.2' do
8-
gem 'grape', '~> 1.2'
7+
appraise 'grape-1.x' do
8+
gem 'rack', '~> 2.0'
9+
gem 'grape', '~> 1.8'
910
end
1011

11-
appraise 'grape-1.3' do
12-
gem 'grape', '~> 1.3'
12+
appraise 'grape-2.0.x' do
13+
gem 'grape', '~> 2.0.0'
1314
end
1415

15-
appraise 'grape-1.4' do
16-
gem 'grape', '~> 1.4'
17-
end
18-
19-
appraise 'grape-1.5' do
20-
gem 'grape', '~> 1.5'
21-
end
22-
23-
appraise 'grape-1.6' do
24-
gem 'grape', '~> 1.6'
25-
end
26-
27-
appraise 'grape-1.7' do
28-
gem 'grape', '~> 1.7'
16+
appraise 'grape-latest' do
17+
gem 'grape'
2918
end

0 commit comments

Comments
 (0)