Closed stevepolitodesign closed 6 months ago
Closes #1204
The suspenders:cleanup:organize_gemfile task was not loading the Rails environment, resulting in the following error:
suspenders:cleanup:organize_gemfile
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
Closes #1204
The
suspenders:cleanup:organize_gemfile
task was not loading the Rails environment, resulting in the following error: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