Updated 'bundle add' to rspec install guide#6612
Conversation
|
Thanks for opening a pull request and helping make Bundler better! Someone from the Bundler 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 Travis CI to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of Travis CI 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 #bundler channel on Slack. For more information about contributing to the Bundler project feel free to review our CONTRIBUTING guide |
d0365bf to
72da6e6
Compare
|
Awesome, thanks! @bundlerbot r+ |
|
📌 Commit 72da6e6 has been approved by |
Updated 'bundle add' to rspec install guide ### What was the end-user problem that led to this PR? There's a new command `bundle add` which is almost unknown ### What was your diagnosis of the problem? We are promoting to use a simple append to the Gemfile when there's a `bundle add` command available ### What is your fix for the problem, implemented in this PR? My fix is just a little readme change 😅 ### Why did you choose this fix out of the possible options? Because it's a simple fix and provides more exposure to the command
|
☀️ Test successful - status-travis |
Updated 'bundle add' to rspec install guide ### What was the end-user problem that led to this PR? There's a new command `bundle add` which is almost unknown ### What was your diagnosis of the problem? We are promoting to use a simple append to the Gemfile when there's a `bundle add` command available ### What is your fix for the problem, implemented in this PR? My fix is just a little readme change 😅 ### Why did you choose this fix out of the possible options? Because it's a simple fix and provides more exposure to the command (cherry picked from commit 34f909f)
Updated 'bundle add' to rspec install guide ### What was the end-user problem that led to this PR? There's a new command `bundle add` which is almost unknown ### What was your diagnosis of the problem? We are promoting to use a simple append to the Gemfile when there's a `bundle add` command available ### What is your fix for the problem, implemented in this PR? My fix is just a little readme change 😅 ### Why did you choose this fix out of the possible options? Because it's a simple fix and provides more exposure to the command (cherry picked from commit 34f909f)
* 1-16-stable: Version 1.16.6 with changelog fix uninitialized @use_gvp instance var warning no longer test Ruby 1.9.3 against rubygems master Merge #6708 Auto merge of #6697 - walf443:added_changelog_section, r=hsbt Merge #6687 Merge #6686 Auto merge of #6670 - bundler:colby/invite-stephanie-morillo, r=segiddins Auto merge of #6627 - agrim123:agr-fix-add-groups, r=deivid-rodriguez Auto merge of #6612 - hdf1986:readme-bundle-add, r=segiddins Auto merge of #6495 - bundler:segiddins/6491-extra-gem-platform-in-lockfile, r=segiddins Auto merge of #6493 - agrim123:agr-update-bundle-update-docs, r=colby-swandale Auto merge of #6310 - utilum:rescue_unspecified_exception, r=segiddins Auto merge of #6184 - arbonap:pa-check-in-gemfile-docs, r=indirect fix typo
What was the end-user problem that led to this PR?
There's a new command
bundle addwhich is almost unknownWhat was your diagnosis of the problem?
We are promoting to use a simple append to the Gemfile when there's a
bundle addcommand availableWhat is your fix for the problem, implemented in this PR?
My fix is just a little readme change 😅
Why did you choose this fix out of the possible options?
Because it's a simple fix and provides more exposure to the command