Skip to content

Commit

Permalink
Use ruby-grape-danger gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Sep 3, 2016
1 parent 463b289 commit c79e372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 c79e372

Please sign in to comment.