From 737d92781b3b1fa5c75a7531c324ec89b40a032f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 3 Dec 2025 14:57:59 +0100 Subject: [PATCH] We now use GH actions instead of local CI since this project is public --- bin/setup | 3 --- 1 file changed, 3 deletions(-) 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