We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510b6b3 commit 301aa2dCopy full SHA for 301aa2d
Gemfile
@@ -8,6 +8,9 @@ when 'HEAD'
8
when '0.7.2'
9
gem 'grape', '0.9.0'
10
gem 'grape-swagger', '0.7.2'
11
+when '0.8.0'
12
+ gem 'grape', '0.9.0'
13
+ gem 'grape-swagger', '0.8.0'
14
else
15
gem 'grape-swagger', version
16
end
README.md
@@ -27,6 +27,7 @@ GrapeSwaggerRails is compatible with the following versions of grape and grape-s
27
grape | grape-swagger
28
---------------------
29
0.9.0 | 0.7.2
30
+0.9.0 | 0.8.0
31
32
## Usage
33
0 commit comments