Add Gemfile to be able to run danger locally.

This commit is contained in:
Benoit Marty 2023-01-19 11:03:47 +01:00 committed by Benoit Marty
parent cf832ffef4
commit e6af0be4e5

3
Gemfile Normal file
View file

@ -0,0 +1,3 @@
source "https://rubygems.org"
gem 'danger'