Skip to content

Commit 301aa2d

Browse files
committed
Test compatibility with grape 0.9.0 and grape-swagger 0.8.0.
1 parent 510b6b3 commit 301aa2d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ when 'HEAD'
88
when '0.7.2'
99
gem 'grape', '0.9.0'
1010
gem 'grape-swagger', '0.7.2'
11+
when '0.8.0'
12+
gem 'grape', '0.9.0'
13+
gem 'grape-swagger', '0.8.0'
1114
else
1215
gem 'grape-swagger', version
1316
end

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ GrapeSwaggerRails is compatible with the following versions of grape and grape-s
2727
grape | grape-swagger
2828
---------------------
2929
0.9.0 | 0.7.2
30+
0.9.0 | 0.8.0
3031

3132
## Usage
3233

0 commit comments

Comments
 (0)