Skip to content

Commit

Permalink
Use ruby-grape-danger gem. (ruby-grape#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock authored Sep 5, 2016
1 parent f314176 commit 9854e56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# inherits from https://github.com/ruby-grape/danger
danger.import_dangerfile(gem: 'ruby-grape-danger')
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ if RUBY_VERSION < '2.2.2'
gem 'activesupport', '<5.0.0'
end

gem 'danger', '~> 2.1', require: false
group :test do
gem 'ruby-grape-danger', '~> 0.1.0', require: false
end

0 comments on commit 9854e56

Please sign in to comment.