diff --git a/bin/setup b/bin/setup index b6da60827..2af87a4e7 100755 --- a/bin/setup +++ b/bin/setup @@ -121,9 +121,6 @@ if which pacman >/dev/null 2>&1; then fi fi -# Ensure gh-signoff is installed and up to date -step "Set up gh-signoff" bash -c "gh extension install basecamp/gh-signoff || gh extension upgrade basecamp/gh-signoff" - bundle config set --local auto_install true step "Installing RubyGems" bundle install