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
Undeprecate bundle show #4586
Undeprecate bundle show #4586
Conversation
Thanks for opening a pull request and helping make RubyGems and Bundler better! Someone from the RubyGems team will take a look at your pull request shortly and leave any feedback. Please make sure that your pull request has tests for any changes or added functionality. We use GitHub Actions to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of GitHub Actions in the PR status window below. If you have any questions or concerns that you wish to ask, feel free to leave a comment in this PR or join our #rubygems or #bundler channel on Slack. For more information about contributing to the RubyGems project feel free to review our CONTRIBUTING guide |
@NeimadTL Thanks for not forgetting about this
Made one comment, but other than that it seems all good!
@deivid-rodriguez , just made the recommended changes. Thanks again for all the information ;) |
One final round of comments, but seems mostly ready!
@deivid-rodriguez , hopefully good this time around. Thanks for your feedback |
Sorry I keep noticing more things we should delete
The timeline of how `show` got deprecated is on this issue's comment: rubygems#3243 (comment). We eventually decided to undeprecate `show` as no apparent reason was found to deprecate it.
ca40176
to
dad016c
Compare
Everything was addressed but there was one leftover issue where you had unintentionally committed a Thanks so much @NeimadTL for your contribution! |
@deivid-rodriguez , thanks for fixing the leftover for me and thanks for help overall |
…_show Undeprecate bundle show (cherry picked from commit 1c70b05)
…_show Undeprecate bundle show (cherry picked from commit 1c70b05)
The timeline of how show got deprecated is on this issue's comment: #3243 (comment). We eventually decided to undeprecate show as no apparent reason was give
to deprecate it.
What was the end-user or developer problem that led to this PR?
bundle show
was deprecated for no apparent reason.timeline (see here)
What is your fix for the problem, implemented in this PR?
bundle show
has been undeprecated.Closes #3243.
Make sure the following tasks are checked