Use ruby-grape-danger gem. (#497)
This commit is contained in:
parent
463b289c51
commit
5c8249f49e
|
@ -3,6 +3,7 @@
|
|||
#### Features
|
||||
|
||||
* [#492](https://github.com/ruby-grape/grape/pull/492): Define security requirements on endpoint methods - [@tomregelink](https://github.com/tomregelink).
|
||||
* [#497](https://github.com/ruby-grape/grape-swagger/pull/497): Use ruby-grape-danger in Dangerfile - [@dblock](https://github.com/dblock).
|
||||
* Your contribution here.
|
||||
|
||||
#### Fixes
|
||||
|
|
|
@ -1 +1 @@
|
|||
# inherits from https://github.com/ruby-grape/danger
|
||||
danger.import_dangerfile(gem: 'ruby-grape-danger')
|
||||
|
|
Loading…
Reference in New Issue