Lefthook version missing
Overview
It looks like the dependency lefthook has been updated to version 1.0.0
recently, but that version is no longer present, updating to version 1.0.1
seems to fix.
gitpod /workspace/gitlab-development-kit (main) $ gdk reconfigure
make[1]: Entering directory '/workspace/gitlab-development-kit'
make[1]: Leaving directory '/workspace/gitlab-development-kit'
--------------------------------------------------------------------------------
Installing gitlab-org/gitlab Ruby gems
--------------------------------------------------------------------------------
Fetching source index from https://rubygems.org/
Resolving dependencies..........
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.
make: *** [support/makefiles/Makefile.gitlab.mk:74: .gitlab-bundle] Error 7
❌️ ERROR: Failed to reconfigure.
-------------------------------------------------------
You can try the following that may be of assistance:
- Run 'gdk doctor'.
- Visit the troubleshooting documentation:
https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/troubleshooting/index.md.
- Visit https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues to
see if there are known issues.
- Run 'gdk reset-data' if appropriate.
- Run 'gdk pristine' which will restore your GDK to a pristine state.
Steps to replicate
Replicate in Gitpod following these minimal steps the build will fail https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/howto/gitpod.md#how-to-get-started
Proposal
Bump lefthook dependency to 1.0.1
Happy to MR this if required and no one beats me to it.
Environment
Default Gitpod image
Edited by Sam White