File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
#### Features
4
4
5
5
* [ #492 ] ( https://github.com/ruby-grape/grape/pull/492 ) : Define security requirements on endpoint methods - [ @tomregelink ] ( https://github.com/tomregelink ) .
6
+ * [ #497 ] ( https://github.com/ruby-grape/grape-swagger/pull/497 ) : Use ruby-grape-danger in Dangerfile - [ @dblock ] ( https://github.com/dblock ) .
6
7
* Your contribution here.
7
8
8
9
#### Fixes
Original file line number Diff line number Diff line change 1
- # inherits from https://github.com/ ruby-grape/ danger
1
+ danger . import_dangerfile ( gem : ' ruby-grape- danger' )
Original file line number Diff line number Diff line change @@ -16,4 +16,6 @@ if RUBY_VERSION < '2.2.2'
16
16
gem 'activesupport' , '<5.0.0'
17
17
end
18
18
19
- gem 'danger' , '~> 2.1' , require : false
19
+ group :test do
20
+ gem 'ruby-grape-danger' , '~> 0.1.0' , require : false
21
+ end
You can’t perform that action at this time.
0 commit comments