Add Lefthook to the Gemfile and improve documentation
This will ease the integration of Lefthook with GitPod.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Showing
... | ... | @@ -336,6 +336,7 @@ end |
group :development do | ||
gem 'brakeman', '~> 4.2', require: false | ||
gem 'danger', '~> 8.0.6', require: false | ||
gem 'lefthook', '~> 0.7', require: false | ||
gem 'letter_opener_web', '~> 1.3.4' | ||
... | ... |
Please register or sign in to comment