This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Add documentation for --all flag of bundle update#6493
Merged
bundlerbot merged 1 commit intorubygems:masterfrom Apr 18, 2018
Merged
Add documentation for --all flag of bundle update#6493bundlerbot merged 1 commit intorubygems:masterfrom
bundlerbot merged 1 commit intorubygems:masterfrom
Conversation
Member
|
Thanks! @bundlerbot r+ |
Collaborator
|
📌 Commit 5f6107f has been approved by |
Collaborator
bundlerbot
added a commit
that referenced
this pull request
Apr 18, 2018
…-swandale Add documentation for --all flag of bundle update ### What was the end-user problem that led to this PR? `bundle update` throws an error if run without any flags. `--all` flag was introduced to update all gems instead of no flags. This was not mentioned in docs.
Collaborator
|
☀️ Test successful - status-travis |
colby-swandale
pushed a commit
that referenced
this pull request
Oct 5, 2018
…-swandale Add documentation for --all flag of bundle update ### What was the end-user problem that led to this PR? `bundle update` throws an error if run without any flags. `--all` flag was introduced to update all gems instead of no flags. This was not mentioned in docs. (cherry picked from commit bbd0b49)
colby-swandale
pushed a commit
that referenced
this pull request
Oct 5, 2018
…-swandale Add documentation for --all flag of bundle update ### What was the end-user problem that led to this PR? `bundle update` throws an error if run without any flags. `--all` flag was introduced to update all gems instead of no flags. This was not mentioned in docs. (cherry picked from commit bbd0b49)
colby-swandale
pushed a commit
that referenced
this pull request
Oct 7, 2018
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the end-user problem that led to this PR?
bundle updatethrows an error if run without any flags.--allflag was introduced to update all gems instead of no flags. This was not mentioned in docs.