Created
October 5, 2016 14:49
-
-
Save chrismo/0bc6cfa00f539787101a9a2c900616d3 to your computer and use it in GitHub Desktop.
This file contains 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
=> bundle outdated | |
Fetching source index from file:/Users/chrismo/dev/bundler-cases/out/repo/ | |
Resolving dependencies... | |
Outdated gems included in the bundle: | |
* bar (newest 1.1.0, installed 1.0.0) in group "default" | |
* foo (newest 2.0.0, installed 1.0.0) in group "default" | |
* qux (newest 1.0.1, installed 1.0.0) in group "default" | |
=> bundle outdated --major | |
Fetching source index from file:/Users/chrismo/dev/bundler-cases/out/repo/ | |
Resolving dependencies... | |
Outdated gems included in the bundle: | |
* foo (newest 2.0.0, installed 1.0.0) in group "default" | |
=> bundle outdated --minor | |
Fetching source index from file:/Users/chrismo/dev/bundler-cases/out/repo/ | |
Resolving dependencies... | |
Outdated gems included in the bundle: | |
* bar (newest 1.1.0, installed 1.0.0) in group "default" | |
=> bundle outdated --patch | |
Fetching source index from file:/Users/chrismo/dev/bundler-cases/out/repo/ | |
Resolving dependencies... | |
Outdated gems included in the bundle: | |
* qux (newest 1.0.1, installed 1.0.0) in group "default" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment