From 13044fd66f3df03c4b0b90577b5ffb9351f4773e Mon Sep 17 00:00:00 2001 From: la-ruby Date: Thu, 13 Jun 2024 03:18:38 -0700 Subject: [PATCH] Branch name is noprompt --- create-rails-app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-rails-app b/create-rails-app index 1cff514..1222b6a 100755 --- a/create-rails-app +++ b/create-rails-app @@ -469,7 +469,7 @@ ci() { # stimulus_reflex() { pushd /tmp/created-rails-app - echo 'gem "stimulus_reflex", github: "la-ruby/stimulus_reflex", branch: "tracing"' >> Gemfile + echo 'gem "stimulus_reflex", github: "la-ruby/stimulus_reflex", branch: "noprompt"' >> Gemfile bundle install yarn add stimulus_reflex@https://github.com/stimulusreflex/dev-builds/archive/refs/tags/stimulus_reflex/496e560.tar.gz yarn install