We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861ac2b commit d2794a1Copy full SHA for d2794a1
.gp/bash/init-gitpod.sh
@@ -220,6 +220,9 @@ if [ ! -d "$GITPOD_REPO_ROOT/vendor" ]; then
220
if [ "$installed_changelog_gen" == 1 ]; then
221
msg="Installing github-changelog-generator"
222
log_silent "$msg" && start_spinner "$msg" &&
223
+ # Hotfix https://github.com/github-changelog-generator/github-changelog-generator/issues/1003
224
+ # See https://github.com/apolopena/gitpod-laravel-starter/issues/190
225
+ gem install async -v '~> 1.29' &&
226
gem install github_changelog_generator --no-document --silent
227
err_code=$?
228
if [[ $err_code != 0 ]]; then
0 commit comments