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 301aa2d commit 871958bCopy full SHA for 871958b
Gemfile
@@ -11,6 +11,9 @@ when '0.7.2'
11
when '0.8.0'
12
gem 'grape', '0.9.0'
13
gem 'grape-swagger', '0.8.0'
14
+when '0.9.0'
15
+ gem 'grape', '0.10.1'
16
+ gem 'grape-swagger', '0.9.0'
17
else
18
gem 'grape-swagger', version
19
end
README.md
@@ -24,10 +24,11 @@ Or install it yourself as:
24
25
GrapeSwaggerRails is compatible with the following versions of grape and grape-swagger.
26
27
-grape | grape-swagger
28
----------------------
29
-0.9.0 | 0.7.2
30
-0.9.0 | 0.8.0
+grape | grape-swagger
+-------|--------------
+0.9.0 | 0.7.2
+0.9.0 | 0.8.0
31
+0.10.0 | 0.9.0
32
33
## Usage
34
0 commit comments