bundler 1.16.6 → 1.17.0.pre.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of bundler might be problematic. Click here for more details.

Files changed (93) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -18
  3. data/README.md +1 -1
  4. data/bundler.gemspec +1 -1
  5. data/lib/bundler.rb +2 -2
  6. data/lib/bundler/build_metadata.rb +2 -2
  7. data/lib/bundler/cli.rb +32 -18
  8. data/lib/bundler/cli/add.rb +15 -5
  9. data/lib/bundler/cli/doctor.rb +47 -1
  10. data/lib/bundler/cli/install.rb +8 -5
  11. data/lib/bundler/cli/list.rb +41 -5
  12. data/lib/bundler/cli/outdated.rb +7 -1
  13. data/lib/bundler/cli/pristine.rb +4 -0
  14. data/lib/bundler/definition.rb +28 -34
  15. data/lib/bundler/endpoint_specification.rb +1 -1
  16. data/lib/bundler/env.rb +6 -8
  17. data/lib/bundler/feature_flag.rb +5 -0
  18. data/lib/bundler/fetcher.rb +1 -1
  19. data/lib/bundler/gem_helper.rb +1 -1
  20. data/lib/bundler/gem_version_promoter.rb +4 -2
  21. data/lib/bundler/injector.rb +14 -3
  22. data/lib/bundler/installer.rb +29 -6
  23. data/lib/bundler/installer/gem_installer.rb +1 -1
  24. data/lib/bundler/installer/parallel_installer.rb +6 -1
  25. data/lib/bundler/mirror.rb +2 -2
  26. data/lib/bundler/plugin.rb +9 -2
  27. data/lib/bundler/plugin/events.rb +61 -0
  28. data/lib/bundler/plugin/index.rb +1 -1
  29. data/lib/bundler/resolver.rb +2 -2
  30. data/lib/bundler/resolver/spec_group.rb +4 -0
  31. data/lib/bundler/runtime.rb +9 -3
  32. data/lib/bundler/settings.rb +23 -2
  33. data/lib/bundler/settings/validator.rb +23 -0
  34. data/lib/bundler/source.rb +9 -9
  35. data/lib/bundler/source/metadata.rb +1 -1
  36. data/lib/bundler/templates/newgem/lib/newgem.rb.tt +1 -0
  37. data/lib/bundler/templates/newgem/newgem.gemspec.tt +0 -4
  38. data/lib/bundler/version.rb +1 -1
  39. data/man/bundle-add.1 +18 -3
  40. data/man/bundle-add.1.txt +17 -5
  41. data/man/bundle-add.ronn +13 -2
  42. data/man/bundle-binstubs.1 +1 -1
  43. data/man/bundle-binstubs.1.txt +1 -1
  44. data/man/bundle-check.1 +1 -1
  45. data/man/bundle-check.1.txt +1 -1
  46. data/man/bundle-clean.1 +1 -1
  47. data/man/bundle-clean.1.txt +1 -1
  48. data/man/bundle-config.1 +10 -1
  49. data/man/bundle-config.1.txt +22 -10
  50. data/man/bundle-config.ronn +7 -0
  51. data/man/bundle-doctor.1 +1 -1
  52. data/man/bundle-doctor.1.txt +1 -1
  53. data/man/bundle-exec.1 +1 -1
  54. data/man/bundle-exec.1.txt +1 -1
  55. data/man/bundle-gem.1 +1 -1
  56. data/man/bundle-gem.1.txt +1 -1
  57. data/man/bundle-info.1 +1 -1
  58. data/man/bundle-info.1.txt +1 -1
  59. data/man/bundle-init.1 +1 -1
  60. data/man/bundle-init.1.txt +1 -1
  61. data/man/bundle-inject.1 +1 -1
  62. data/man/bundle-inject.1.txt +1 -1
  63. data/man/bundle-install.1 +2 -5
  64. data/man/bundle-install.1.txt +7 -17
  65. data/man/bundle-install.ronn +2 -11
  66. data/man/bundle-list.1 +32 -2
  67. data/man/bundle-list.1.txt +24 -2
  68. data/man/bundle-list.ronn +19 -1
  69. data/man/bundle-lock.1 +1 -1
  70. data/man/bundle-lock.1.txt +1 -1
  71. data/man/bundle-open.1 +1 -1
  72. data/man/bundle-open.1.txt +1 -1
  73. data/man/bundle-outdated.1 +6 -2
  74. data/man/bundle-outdated.1.txt +10 -6
  75. data/man/bundle-outdated.ronn +4 -0
  76. data/man/bundle-package.1 +1 -1
  77. data/man/bundle-package.1.txt +1 -1
  78. data/man/bundle-platform.1 +1 -1
  79. data/man/bundle-platform.1.txt +1 -1
  80. data/man/bundle-pristine.1 +1 -1
  81. data/man/bundle-pristine.1.txt +1 -1
  82. data/man/bundle-show.1 +1 -1
  83. data/man/bundle-show.1.txt +1 -1
  84. data/man/bundle-update.1 +6 -10
  85. data/man/bundle-update.1.txt +14 -16
  86. data/man/bundle-update.ronn +6 -10
  87. data/man/bundle-viz.1 +1 -1
  88. data/man/bundle-viz.1.txt +1 -1
  89. data/man/bundle.1 +1 -1
  90. data/man/bundle.1.txt +1 -1
  91. data/man/gemfile.5 +1 -1
  92. data/man/gemfile.5.txt +1 -1
  93. metadata +3 -3
@@ -170,6 +170,8 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
170
170
  When set, Gemfiles containing multiple sources will produce errors
171
171
  instead of warnings.
172
172
  Use `bundle config --delete disable_multisource` to unset.
173
+ * `disable_platform_warnings` (`BUNDLE_DISABLE_PLATFORM_WARNINGS`):
174
+ Disable warnings during bundle install when a dependency is unused on the current platform.
173
175
  * `disable_shared_gems` (`BUNDLE_DISABLE_SHARED_GEMS`):
174
176
  Stop Bundler from accessing gems installed to RubyGems' normal location.
175
177
  * `disable_version_check` (`BUNDLE_DISABLE_VERSION_CHECK`):
@@ -196,6 +198,9 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
196
198
  * `global_gem_cache` (`BUNDLE_GLOBAL_GEM_CACHE`):
197
199
  Whether Bundler should cache all gems globally, rather than locally to the
198
200
  installing Ruby installation.
201
+ * `global_path_appends_ruby_scope` (`BUNDLE_GLOBAL_PATH_APPENDS_RUBY_SCOPE`):
202
+ Whether Bundler should append the Ruby scope (e.g. engine and ABI version)
203
+ to a globally-configured path.
199
204
  * `ignore_messages` (`BUNDLE_IGNORE_MESSAGES`): When set, no post install
200
205
  messages will be printed. To silence a single gem, use dot notation like
201
206
  `ignore_messages.httparty true`.
@@ -222,6 +227,8 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
222
227
  is used, defaults to vendor/bundle.
223
228
  * `path.system` (`BUNDLE_PATH__SYSTEM`):
224
229
  Whether Bundler will install gems into the default system path (`Gem.dir`).
230
+ * `path_relative_to_cwd` (`PATH_RELATIVE_TO_CWD`)
231
+ Makes `--path` relative to the CWD instead of the `Gemfile`.
225
232
  * `plugins` (`BUNDLE_PLUGINS`):
226
233
  Enable Bundler's experimental plugin system.
227
234
  * `prefer_gems_rb` (`BUNDLE_PREFER_GEMS_RB`)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-DOCTOR" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-DOCTOR" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-doctor\fR \- Checks the bundle for common problems
@@ -41,4 +41,4 @@ OPTIONS
41
41
 
42
42
 
43
43
 
44
- October 2018 BUNDLE-DOCTOR(1)
44
+ September 2018 BUNDLE-DOCTOR(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-EXEC" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-EXEC" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-exec\fR \- Execute a command in the context of the bundle
@@ -175,4 +175,4 @@ RUBYGEMS PLUGINS
175
175
 
176
176
 
177
177
 
178
- October 2018 BUNDLE-EXEC(1)
178
+ September 2018 BUNDLE-EXEC(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-GEM" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-GEM" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-gem\fR \- Generate a project skeleton for creating a rubygem
@@ -88,4 +88,4 @@ SEE ALSO
88
88
 
89
89
 
90
90
 
91
- October 2018 BUNDLE-GEM(1)
91
+ September 2018 BUNDLE-GEM(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INFO" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-INFO" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-info\fR \- Show information for the given gem in your bundle
@@ -18,4 +18,4 @@ OPTIONS
18
18
 
19
19
 
20
20
 
21
- October 2018 BUNDLE-INFO(1)
21
+ September 2018 BUNDLE-INFO(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INIT" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-INIT" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-init\fR \- Generates a Gemfile into the current working directory
@@ -31,4 +31,4 @@ SEE ALSO
31
31
 
32
32
 
33
33
 
34
- October 2018 BUNDLE-INIT(1)
34
+ September 2018 BUNDLE-INIT(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INJECT" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-INJECT" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-inject\fR \- Add named gem(s) with version requirements to Gemfile
@@ -29,4 +29,4 @@ DESCRIPTION
29
29
 
30
30
 
31
31
 
32
- October 2018 BUNDLE-INJECT(1)
32
+ September 2018 BUNDLE-INJECT(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-INSTALL" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-INSTALL" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-install\fR \- Install the dependencies specified in your Gemfile
@@ -221,10 +221,7 @@ Bundler uses this file in all subsequent calls to \fBbundle install\fR, which gu
221
221
  Because of the way dependency resolution works, even a seemingly small change (for instance, an update to a point\-release of a dependency of a gem in your Gemfile(5)) can result in radically different gems being needed to satisfy all dependencies\.
222
222
  .
223
223
  .P
224
- As a result, you \fBSHOULD\fR check your \fBGemfile\.lock\fR into version control, in both applications and gems\. If you do not, every machine that checks out your repository (including your production server) will resolve all dependencies again, which will result in different versions of third\-party code being used if \fBany\fR of the gems in the Gemfile(5) or any of their dependencies have been updated\.
225
- .
226
- .P
227
- When Bundler first shipped, the \fBGemfile\.lock\fR was included in the \fB\.gitignore\fR file included with generated gems\. Over time, however, it became clear that this practice forces the pain of broken dependencies onto new contributors, while leaving existing contributors potentially unaware of the problem\. Since \fBbundle install\fR is usually the first step towards a contribution, the pain of broken dependencies would discourage new contributors from contributing\. As a result, we have revised our guidance for gem authors to now recommend checking in the lock for gems\.
224
+ As a result, you \fBSHOULD\fR check your \fBGemfile\.lock\fR into version control\. If you do not, every machine that checks out your repository (including your production server) will resolve all dependencies again, which will result in different versions of third\-party code being used if \fBany\fR of the gems in the Gemfile(5) or any of their dependencies have been updated\.
228
225
  .
229
226
  .SH "CONSERVATIVE UPDATING"
230
227
  When you make a change to the Gemfile(5) and then run \fBbundle install\fR, Bundler will update only the gems that you modified\.
@@ -289,22 +289,12 @@ THE GEMFILE.LOCK
289
289
  gem in your Gemfile(5)) can result in radically different gems being
290
290
  needed to satisfy all dependencies.
291
291
 
292
- As a result, you SHOULD check your Gemfile.lock into version control,
293
- in both applications and gems. If you do not, every machine that checks
294
- out your repository (including your production server) will resolve all
295
- dependencies again, which will result in different versions of
296
- third-party code being used if any of the gems in the Gemfile(5) or any
297
- of their dependencies have been updated.
298
-
299
- When Bundler first shipped, the Gemfile.lock was included in the .git-
300
- ignore file included with generated gems. Over time, however, it became
301
- clear that this practice forces the pain of broken dependencies onto
302
- new contributors, while leaving existing contributors potentially
303
- unaware of the problem. Since bundle install is usually the first step
304
- towards a contribution, the pain of broken dependencies would discour-
305
- age new contributors from contributing. As a result, we have revised
306
- our guidance for gem authors to now recommend checking in the lock for
307
- gems.
292
+ As a result, you SHOULD check your Gemfile.lock into version control.
293
+ If you do not, every machine that checks out your repository (including
294
+ your production server) will resolve all dependencies again, which will
295
+ result in different versions of third-party code being used if any of
296
+ the gems in the Gemfile(5) or any of their dependencies have been
297
+ updated.
308
298
 
309
299
  CONSERVATIVE UPDATING
310
300
  When you make a change to the Gemfile(5) and then run bundle install,
@@ -392,4 +382,4 @@ SEE ALSO
392
382
 
393
383
 
394
384
 
395
- October 2018 BUNDLE-INSTALL(1)
385
+ September 2018 BUNDLE-INSTALL(1)
@@ -290,21 +290,12 @@ of a dependency of a gem in your Gemfile(5)) can result in radically
290
290
  different gems being needed to satisfy all dependencies.
291
291
 
292
292
  As a result, you `SHOULD` check your `Gemfile.lock` into version
293
- control, in both applications and gems. If you do not, every machine that
294
- checks out your repository (including your production server) will resolve all
293
+ control. If you do not, every machine that checks out your
294
+ repository (including your production server) will resolve all
295
295
  dependencies again, which will result in different versions of
296
296
  third-party code being used if `any` of the gems in the Gemfile(5)
297
297
  or any of their dependencies have been updated.
298
298
 
299
- When Bundler first shipped, the `Gemfile.lock` was included in the `.gitignore`
300
- file included with generated gems. Over time, however, it became clear that
301
- this practice forces the pain of broken dependencies onto new contributors,
302
- while leaving existing contributors potentially unaware of the problem. Since
303
- `bundle install` is usually the first step towards a contribution, the pain of
304
- broken dependencies would discourage new contributors from contributing. As a
305
- result, we have revised our guidance for gem authors to now recommend checking
306
- in the lock for gems.
307
-
308
299
  ## CONSERVATIVE UPDATING
309
300
 
310
301
  When you make a change to the Gemfile(5) and then run `bundle install`,
@@ -1,20 +1,50 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-LIST" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-LIST" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-list\fR \- List all the gems in the bundle
8
8
  .
9
9
  .SH "SYNOPSIS"
10
- \fBbundle list\fR [\-\-name\-only]
10
+ \fBbundle list\fR [\-\-name\-only] [\-\-paths] [\-\-without\-group=GROUP] [\-\-only\-group=GROUP]
11
11
  .
12
12
  .SH "DESCRIPTION"
13
13
  Prints a list of all the gems in the bundle including their version\.
14
14
  .
15
+ .P
16
+ Example:
17
+ .
18
+ .P
19
+ bundle list \-\-name\-only
20
+ .
21
+ .P
22
+ bundle list \-\-paths
23
+ .
24
+ .P
25
+ bundle list \-\-without\-group test
26
+ .
27
+ .P
28
+ bundle list \-\-only\-group dev
29
+ .
30
+ .P
31
+ bundle list \-\-only\-group dev \-\-paths
32
+ .
15
33
  .SH "OPTIONS"
16
34
  .
17
35
  .TP
18
36
  \fB\-\-name\-only\fR
19
37
  Print only the name of each gem\.
38
+ .
39
+ .TP
40
+ \fB\-\-paths\fR
41
+ Print the path to each gem in the bundle\.
42
+ .
43
+ .TP
44
+ \fB\-\-without\-group\fR
45
+ Print all gems expect from a group\.
46
+ .
47
+ .TP
48
+ \fB\-\-only\-group\fR
49
+ Print gems from a particular group\.
20
50
 
@@ -6,16 +6,38 @@ NAME
6
6
  bundle-list - List all the gems in the bundle
7
7
 
8
8
  SYNOPSIS
9
- bundle list [--name-only]
9
+ bundle list [--name-only] [--paths] [--without-group=GROUP]
10
+ [--only-group=GROUP]
10
11
 
11
12
  DESCRIPTION
12
13
  Prints a list of all the gems in the bundle including their version.
13
14
 
15
+ Example:
16
+
17
+ bundle list --name-only
18
+
19
+ bundle list --paths
20
+
21
+ bundle list --without-group test
22
+
23
+ bundle list --only-group dev
24
+
25
+ bundle list --only-group dev --paths
26
+
14
27
  OPTIONS
15
28
  --name-only
16
29
  Print only the name of each gem.
17
30
 
31
+ --paths
32
+ Print the path to each gem in the bundle.
33
+
34
+ --without-group
35
+ Print all gems expect from a group.
36
+
37
+ --only-group
38
+ Print gems from a particular group.
39
+
18
40
 
19
41
 
20
42
 
21
- October 2018 BUNDLE-LIST(1)
43
+ September 2018 BUNDLE-LIST(1)
@@ -3,13 +3,31 @@ bundle-list(1) -- List all the gems in the bundle
3
3
 
4
4
  ## SYNOPSIS
5
5
 
6
- `bundle list` [--name-only]
6
+ `bundle list` [--name-only] [--paths] [--without-group=GROUP] [--only-group=GROUP]
7
7
 
8
8
  ## DESCRIPTION
9
9
 
10
10
  Prints a list of all the gems in the bundle including their version.
11
11
 
12
+ Example:
13
+
14
+ bundle list --name-only
15
+
16
+ bundle list --paths
17
+
18
+ bundle list --without-group test
19
+
20
+ bundle list --only-group dev
21
+
22
+ bundle list --only-group dev --paths
23
+
12
24
  ## OPTIONS
13
25
 
14
26
  * `--name-only`:
15
27
  Print only the name of each gem.
28
+ * `--paths`:
29
+ Print the path to each gem in the bundle.
30
+ * `--without-group`:
31
+ Print all gems expect from a group.
32
+ * `--only-group`:
33
+ Print gems from a particular group.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-LOCK" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-LOCK" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-lock\fR \- Creates / Updates a lockfile without installing
@@ -90,4 +90,4 @@ PATCH LEVEL OPTIONS
90
90
 
91
91
 
92
92
 
93
- October 2018 BUNDLE-LOCK(1)
93
+ September 2018 BUNDLE-LOCK(1)
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-OPEN" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-OPEN" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-open\fR \- Opens the source directory for a gem in your bundle
@@ -26,4 +26,4 @@ DESCRIPTION
26
26
 
27
27
 
28
28
 
29
- October 2018 BUNDLE-OPEN(1)
29
+ September 2018 BUNDLE-OPEN(1)
@@ -1,13 +1,13 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "BUNDLE\-OUTDATED" "1" "October 2018" "" ""
4
+ .TH "BUNDLE\-OUTDATED" "1" "September 2018" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-outdated\fR \- List installed gems with newer versions available
8
8
  .
9
9
  .SH "SYNOPSIS"
10
- \fBbundle outdated\fR [GEM] [\-\-local] [\-\-pre] [\-\-source] [\-\-strict] [\-\-parseable | \-\-porcelain] [\-\-group=GROUP] [\-\-groups] [\-\-update\-strict] [\-\-patch|\-\-minor|\-\-major] [\-\-filter\-major] [\-\-filter\-minor] [\-\-filter\-patch]
10
+ \fBbundle outdated\fR [GEM] [\-\-local] [\-\-pre] [\-\-source] [\-\-strict] [\-\-parseable | \-\-porcelain] [\-\-group=GROUP] [\-\-groups] [\-\-update\-strict] [\-\-patch|\-\-minor|\-\-major] [\-\-filter\-major] [\-\-filter\-minor] [\-\-filter\-patch] [\-\-only\-explicit]
11
11
  .
12
12
  .SH "DESCRIPTION"
13
13
  Outdated lists the names and versions of gems that have a newer version available in the given source\. Calling outdated with [GEM [GEM]] will only check for newer versions of the given gems\. Prerelease gems are ignored by default\. If your gems are up to date, Bundler will exit with a status of 0\. Otherwise, it will exit 1\.
@@ -70,6 +70,10 @@ Only list minor newer versions\.
70
70
  \fB\-\-filter\-patch\fR
71
71
  Only list patch newer versions\.
72
72
  .
73
+ .TP
74
+ \fB\-\-only\-explicit\fR
75
+ Only list gems specified in your Gemfile, not their dependencies\.
76
+ .
73
77
  .SH "PATCH LEVEL OPTIONS"
74
78
  See bundle update(1) \fIbundle\-update\.1\.html\fR for details\.
75
79
  .
@@ -9,7 +9,7 @@ SYNOPSIS
9
9
  bundle outdated [GEM] [--local] [--pre] [--source] [--strict]
10
10
  [--parseable | --porcelain] [--group=GROUP] [--groups]
11
11
  [--update-strict] [--patch|--minor|--major] [--filter-major] [--fil-
12
- ter-minor] [--filter-patch]
12
+ ter-minor] [--filter-patch] [--only-explicit]
13
13
 
14
14
  DESCRIPTION
15
15
  Outdated lists the names and versions of gems that have a newer version
@@ -62,17 +62,21 @@ OPTIONS
62
62
  --filter-patch
63
63
  Only list patch newer versions.
64
64
 
65
+ --only-explicit
66
+ Only list gems specified in your Gemfile, not their dependen-
67
+ cies.
68
+
65
69
  PATCH LEVEL OPTIONS
66
70
  See bundle update(1) bundle-update.1.html for details.
67
71
 
68
- One difference between the patch level options in bundle update and
72
+ One difference between the patch level options in bundle update and
69
73
  here is the --strict option. --strict was already an option on outdated
70
74
  before the patch level options were added. --strict wasn't altered, and
71
- the --update-strict option on outdated reflects what --strict does on
75
+ the --update-strict option on outdated reflects what --strict does on
72
76
  bundle update.
73
77
 
74
78
  FILTERING OUTPUT
75
- The 3 filtering options do not affect the resolution of versions,
79
+ The 3 filtering options do not affect the resolution of versions,
76
80
  merely what versions are shown in the output.
77
81
 
78
82
  If the regular output shows the following:
@@ -119,9 +123,9 @@ FILTERING OUTPUT
119
123
 
120
124
 
121
125
 
122
- Combining all three filter options would be the same result as provid-
126
+ Combining all three filter options would be the same result as provid-
123
127
  ing none of them.
124
128
 
125
129
 
126
130
 
127
- October 2018 BUNDLE-OUTDATED(1)
131
+ September 2018 BUNDLE-OUTDATED(1)
@@ -15,6 +15,7 @@ bundle-outdated(1) -- List installed gems with newer versions available
15
15
  [--filter-major]
16
16
  [--filter-minor]
17
17
  [--filter-patch]
18
+ [--only-explicit]
18
19
 
19
20
  ## DESCRIPTION
20
21
 
@@ -67,6 +68,9 @@ are up to date, Bundler will exit with a status of 0. Otherwise, it will exit 1.
67
68
  * `--filter-patch`:
68
69
  Only list patch newer versions.
69
70
 
71
+ * `--only-explicit`:
72
+ Only list gems specified in your Gemfile, not their dependencies.
73
+
70
74
  ## PATCH LEVEL OPTIONS
71
75
 
72
76
  See [bundle update(1)](bundle-update.1.html) for details.