Skip to content

Commit

Permalink
🚀 RELEASE: Version 1.4.0 - Hotfix 190 (#191)
Browse files Browse the repository at this point in the history
Hotfix #190
  • Loading branch information
apolopena authored Jan 28, 2022
1 parent 861ac2b commit d2794a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gp/bash/init-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ if [ ! -d "$GITPOD_REPO_ROOT/vendor" ]; then
if [ "$installed_changelog_gen" == 1 ]; then
msg="Installing github-changelog-generator"
log_silent "$msg" && start_spinner "$msg" &&
# Hotfix https://github.com/github-changelog-generator/github-changelog-generator/issues/1003
# See https://github.com/apolopena/gitpod-laravel-starter/issues/190
gem install async -v '~> 1.29' &&
gem install github_changelog_generator --no-document --silent
err_code=$?
if [[ $err_code != 0 ]]; then
Expand Down

0 comments on commit d2794a1

Please sign in to comment.