Update lefthook to 1.0.1
What does this MR do and why?
Fixes the following error:
Your bundle is locked to lefthook (1.0.0) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of lefthook (1.0.0) has removed it. You'll need to update your bundle to a version other than lefthook (1.0.0) that hasn't been removed in order to install.
From a quick check on RubyGems, it seems that 1.0.0
was force removed and replaced with 1.0.1
.
This MR fixes this by updating the Gemfile
and Gemfile.lock
.
Screenshots or screen recordings
NA
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.