-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add bundle_report compatibility --ruby-version report #116
Conversation
9270be1
to
849316b
Compare
eb3306c
to
05fa22e
Compare
05fa22e
to
a0fb85c
Compare
a3b1cf5
to
2d7e904
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested and It looks good! Added just minor comments 🚀 !!
Also, not for this PR, but now that you added lib/next_rails/bundle_report/ruby_version_compatibility.rb
maybe worth moving rails logic to lib/next_rails/bundle_report/rails_version_compatibility.rb and have a kind of "strategy pattern" or something similar at #compatibility
that call one or other.
p.s.: Remember to increase the version.
2d7e904
to
41531e8
Compare
Yeah! that's a great suggestion, looking forward to doing it next...
Not for this PR, we can bump the version o a specific PR |
@etagwerker or @rishijain can you please merge this PR? Julio already tested it Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuanVqz @julioalucero Sorry for the delay. Thank you!
Description
Closes #115
Closes #17
Motivation and Context
Have an easy way to get the incompatible gems with a given ruby version.
How Has This Been Tested?
Wrote some automated tests and Installed the gem locally
Screenshots:
I will abide by the code of conduct