File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
ruby-version : ['2.6', '2.7', '3.0']
17
17
grape-version : [1.5.2, 1.4.0, 1.3.3]
18
- model-parser : [grape-swagger-entity, grape-swagger-representable]
18
+ model-parser : [grape-swagger-entity, grape-swagger-representable, '' ]
19
19
20
20
steps :
21
21
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 3
3
#### Features
4
4
5
5
* Your contribution here.
6
- * [ #815 ] ( https://github.com/ruby-grape/grape-swagger/pull/815 ) : Add required for multiple presents - [ @MaximeRDY ] ( https://github.com/MaximeRDY ) .
6
+
7
+ * [ #818 ] ( https://github.com/ruby-grape/grape-swagger/pull/818 ) : Adds ruby 3.0 support - [ @LeFnord ] ( https://github.com/LeFnord ) .
8
+ * [ #815 ] ( https://github.com/ruby-grape/grape-swagger/pull/815 ) : Add required for multiple presents - [ @MaximeRDY ] ( https://github.com/MaximeRDY ) .
7
9
8
10
#### Fixes
9
11
Original file line number Diff line number Diff line change 1
1
## Upgrading Grape-swagger
2
2
3
+ ### Upgrading to >= 1.4.0
4
+
5
+ - Official support for ruby < 2.5 removed, ruby 2.5 only in testing mode, but no support.
6
+
3
7
### Upgrading to >= 1.3.0
4
8
5
9
- The model (entity) description no longer comes from the route description. It will have a default value: ` <<EntityName>> model ` .
You can’t perform that action at this time.
0 commit comments