Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include Rails environment as task dependency (#1205)
Closes #1204 The `suspenders:cleanup:organize_gemfile` task was not loading the Rails environment, resulting in the following error: ``` undefined method `starts_with?' for an instance of String ``` This was only happening on existing applications not generated by the [application template][]. [application template]: https://raw.githubusercontent.com/thoughtbot/suspenders/main/lib/install/web.rb
- Loading branch information