excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
http://jumpstartrails.com
MIT License
1.2k stars 316 forks source link

Use name_of_person from github directly to avoid Rails 7 bug #206

Closed MaRoe closed 9 months ago

MaRoe commented 10 months ago

name_of_person currently has a FIX in its repo which handles a Rails 7 bug and is not yet released as a version.

This fix uses the the gem from github directly.

excid3 commented 9 months ago

Thanks @MaRoe! I missed this and just applied the same fix. 🤦