Skip to content

Commit d2794a1

Browse files
authored
🚀 RELEASE: Version 1.4.0 - Hotfix 190 (#191)
Hotfix #190
1 parent 861ac2b commit d2794a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gp/bash/init-gitpod.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ if [ ! -d "$GITPOD_REPO_ROOT/vendor" ]; then
220220
if [ "$installed_changelog_gen" == 1 ]; then
221221
msg="Installing github-changelog-generator"
222222
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' &&
223226
gem install github_changelog_generator --no-document --silent
224227
err_code=$?
225228
if [[ $err_code != 0 ]]; then

0 commit comments

Comments
 (0)