-
-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow running against suspenders main (#1230)
**This PR:** - Fixes [Issue 1229: How do we want to handle un-released versions?](#1229) - Allows passing a `--suspenders-main` parameter to use the `main` branch of suspenders instead of the latest released version - Updates documentation to suggest `skip-rubocop` over `skip_rubocop` **Example:** ``` rails new app_name \ --suspenders-main \ --skip-rubocop \ --skip-test \ -d=postgresql \ -m=https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb ``` Co-authored-by: Steve Polito <[email protected]>
- Loading branch information
1 parent
1f13e7b
commit 3bc560e
Showing
4 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters