Skip to content

Commit 871958b

Browse files
committed
Test compatibility with grape 0.10.1 and grape-swagger 0.9.0.
1 parent 301aa2d commit 871958b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ when '0.7.2'
1111
when '0.8.0'
1212
gem 'grape', '0.9.0'
1313
gem 'grape-swagger', '0.8.0'
14+
when '0.9.0'
15+
gem 'grape', '0.10.1'
16+
gem 'grape-swagger', '0.9.0'
1417
else
1518
gem 'grape-swagger', version
1619
end

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ Or install it yourself as:
2424

2525
GrapeSwaggerRails is compatible with the following versions of grape and grape-swagger.
2626

27-
grape | grape-swagger
28-
---------------------
29-
0.9.0 | 0.7.2
30-
0.9.0 | 0.8.0
27+
grape | grape-swagger
28+
-------|--------------
29+
0.9.0 | 0.7.2
30+
0.9.0 | 0.8.0
31+
0.10.0 | 0.9.0
3132

3233
## Usage
3334

0 commit comments

Comments
 (0)