-
-
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.
Use
String#start_with?
in OrganizeGemfile
Closes #1204 It seems `active_support/core_ext/string` is not loaded when calling `suspenders:cleanup:organize_gemfile` on applications **not** created with Suspenders's [application template][]. We could require this file in the class, but instead, we simply use `String#start_with?` to keep things simple. [application template]: https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb
- Loading branch information
1 parent
17c3745
commit df87122
Showing
1 changed file
with
13 additions
and
13 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