fastruby / next_rails

A toolkit to upgrade your next Rails application
https://www.fastruby.io/blog/upgrade-rails/dual-boot/dual-boot-with-rails-6-0-beta.html?utm_source=github&utm_medium=description&utm_campaign=github&utm_term=next-rails
MIT License
466 stars 28 forks source link

[BUG] Update list of Rails gems to include actionmailbox and actiontext #89

Closed toppa closed 1 year ago

toppa commented 1 year ago

Expected Behavior

When running bundle_report compatibility --rails-version=7.0 I don't expect to see gems listed that are part of Rails, but I do

Actual Behavior

bundle_report compatibility --rails-version=7.0
=> Incompatible with Rails 7.0 (with new versions that are compatible):
These gems will need to be upgraded before upgrading to Rails 7.0.

actionmailbox 6.1.7 - upgrade to 7.0.0
actiontext 6.1.7 - upgrade to 7.0.0

2 gems incompatible with Rails 7.0

Possible Fix

I believe it can be fixed by adding them to the list here: https://github.com/fastruby/next_rails/blob/76888184c173301e4c0976a234e9115780bff639/lib/next_rails/gem_info.rb#L99

To Reproduce

See sample output above

Additional Information

I will abide by the code of conduct