bundler 2.2.0.rc.1 → 2.2.3

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 (181) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +786 -690
  3. data/lib/bundler.rb +17 -3
  4. data/lib/bundler/build_metadata.rb +3 -11
  5. data/lib/bundler/cli.rb +31 -15
  6. data/lib/bundler/cli/add.rb +1 -1
  7. data/lib/bundler/cli/binstubs.rb +6 -2
  8. data/lib/bundler/cli/cache.rb +1 -7
  9. data/lib/bundler/cli/clean.rb +1 -1
  10. data/lib/bundler/cli/common.rb +14 -0
  11. data/lib/bundler/cli/doctor.rb +1 -1
  12. data/lib/bundler/cli/exec.rb +4 -4
  13. data/lib/bundler/cli/fund.rb +36 -0
  14. data/lib/bundler/cli/gem.rb +1 -1
  15. data/lib/bundler/cli/info.rb +2 -1
  16. data/lib/bundler/cli/init.rb +1 -1
  17. data/lib/bundler/cli/inject.rb +1 -1
  18. data/lib/bundler/cli/install.rb +18 -7
  19. data/lib/bundler/cli/list.rb +1 -1
  20. data/lib/bundler/cli/outdated.rb +1 -3
  21. data/lib/bundler/cli/pristine.rb +1 -1
  22. data/lib/bundler/cli/show.rb +1 -1
  23. data/lib/bundler/cli/update.rb +3 -1
  24. data/lib/bundler/compact_index_client.rb +1 -1
  25. data/lib/bundler/compact_index_client/cache.rb +6 -14
  26. data/lib/bundler/compact_index_client/gem_parser.rb +28 -0
  27. data/lib/bundler/compact_index_client/updater.rb +5 -5
  28. data/lib/bundler/definition.rb +49 -60
  29. data/lib/bundler/dep_proxy.rb +1 -1
  30. data/lib/bundler/dependency.rb +3 -1
  31. data/lib/bundler/dsl.rb +4 -4
  32. data/lib/bundler/endpoint_specification.rb +1 -1
  33. data/lib/bundler/env.rb +1 -1
  34. data/lib/bundler/feature_flag.rb +0 -1
  35. data/lib/bundler/fetcher.rb +3 -3
  36. data/lib/bundler/fetcher/base.rb +1 -1
  37. data/lib/bundler/fetcher/compact_index.rb +1 -1
  38. data/lib/bundler/fetcher/downloader.rb +1 -1
  39. data/lib/bundler/fetcher/index.rb +3 -4
  40. data/lib/bundler/friendly_errors.rb +18 -3
  41. data/lib/bundler/gem_helper.rb +17 -9
  42. data/lib/bundler/gem_helpers.rb +36 -25
  43. data/lib/bundler/gem_version_promoter.rb +1 -1
  44. data/lib/bundler/graph.rb +1 -1
  45. data/lib/bundler/index.rb +6 -2
  46. data/lib/bundler/injector.rb +10 -3
  47. data/lib/bundler/installer.rb +8 -6
  48. data/lib/bundler/installer/gem_installer.rb +1 -1
  49. data/lib/bundler/installer/parallel_installer.rb +1 -1
  50. data/lib/bundler/installer/standalone.rb +2 -2
  51. data/lib/bundler/lazy_specification.rb +22 -11
  52. data/lib/bundler/lockfile_generator.rb +1 -1
  53. data/lib/bundler/lockfile_parser.rb +1 -1
  54. data/lib/bundler/man/.document +1 -0
  55. data/{man/bundle-add.ronn → lib/bundler/man/bundle-add.1.ronn} +0 -0
  56. data/{man/bundle-binstubs.ronn → lib/bundler/man/bundle-binstubs.1.ronn} +2 -4
  57. data/{man/bundle-cache.ronn → lib/bundler/man/bundle-cache.1.ronn} +0 -0
  58. data/{man/bundle-check.ronn → lib/bundler/man/bundle-check.1.ronn} +0 -0
  59. data/{man/bundle-clean.ronn → lib/bundler/man/bundle-clean.1.ronn} +0 -0
  60. data/{man/bundle-config.ronn → lib/bundler/man/bundle-config.1.ronn} +14 -21
  61. data/{man/bundle-doctor.ronn → lib/bundler/man/bundle-doctor.1.ronn} +0 -0
  62. data/{man/bundle-exec.ronn → lib/bundler/man/bundle-exec.1.ronn} +0 -0
  63. data/{man/bundle-gem.ronn → lib/bundler/man/bundle-gem.1.ronn} +0 -0
  64. data/{man/bundle-info.ronn → lib/bundler/man/bundle-info.1.ronn} +0 -0
  65. data/{man/bundle-init.ronn → lib/bundler/man/bundle-init.1.ronn} +0 -0
  66. data/{man/bundle-inject.ronn → lib/bundler/man/bundle-inject.1.ronn} +0 -0
  67. data/{man/bundle-install.ronn → lib/bundler/man/bundle-install.1.ronn} +25 -3
  68. data/{man/bundle-list.ronn → lib/bundler/man/bundle-list.1.ronn} +0 -0
  69. data/{man/bundle-lock.ronn → lib/bundler/man/bundle-lock.1.ronn} +0 -0
  70. data/{man/bundle-open.ronn → lib/bundler/man/bundle-open.1.ronn} +0 -0
  71. data/{man/bundle-outdated.ronn → lib/bundler/man/bundle-outdated.1.ronn} +0 -0
  72. data/{man/bundle-platform.ronn → lib/bundler/man/bundle-platform.1.ronn} +0 -0
  73. data/{man/bundle-pristine.ronn → lib/bundler/man/bundle-pristine.1.ronn} +0 -0
  74. data/{man/bundle-remove.ronn → lib/bundler/man/bundle-remove.1.ronn} +0 -0
  75. data/{man/bundle-show.ronn → lib/bundler/man/bundle-show.1.ronn} +0 -0
  76. data/{man/bundle-update.ronn → lib/bundler/man/bundle-update.1.ronn} +0 -0
  77. data/{man/bundle-viz.ronn → lib/bundler/man/bundle-viz.1.ronn} +0 -0
  78. data/{man/bundle.ronn → lib/bundler/man/bundle.1.ronn} +0 -0
  79. data/{man → lib/bundler/man}/gemfile.5.ronn +4 -4
  80. data/lib/bundler/mirror.rb +2 -2
  81. data/lib/bundler/plugin.rb +5 -6
  82. data/lib/bundler/plugin/api/source.rb +1 -1
  83. data/lib/bundler/plugin/dsl.rb +1 -1
  84. data/lib/bundler/plugin/index.rb +1 -1
  85. data/lib/bundler/plugin/installer.rb +1 -1
  86. data/lib/bundler/plugin/installer/rubygems.rb +1 -1
  87. data/lib/bundler/plugin/source_list.rb +1 -1
  88. data/lib/bundler/remote_specification.rb +1 -1
  89. data/lib/bundler/resolver.rb +26 -30
  90. data/lib/bundler/resolver/spec_group.rb +21 -27
  91. data/lib/bundler/retry.rb +1 -1
  92. data/lib/bundler/ruby_version.rb +1 -1
  93. data/lib/bundler/rubygems_ext.rb +46 -1
  94. data/lib/bundler/rubygems_gem_installer.rb +2 -2
  95. data/lib/bundler/rubygems_integration.rb +22 -12
  96. data/lib/bundler/runtime.rb +2 -2
  97. data/lib/bundler/settings.rb +49 -43
  98. data/lib/bundler/shared_helpers.rb +1 -1
  99. data/lib/bundler/similarity_detector.rb +1 -1
  100. data/lib/bundler/source.rb +1 -1
  101. data/lib/bundler/source/git.rb +1 -1
  102. data/lib/bundler/source/git/git_proxy.rb +5 -3
  103. data/lib/bundler/source/path.rb +2 -2
  104. data/lib/bundler/source/path/installer.rb +1 -1
  105. data/lib/bundler/source/rubygems.rb +2 -2
  106. data/lib/bundler/source/rubygems/remote.rb +1 -1
  107. data/lib/bundler/source_list.rb +2 -2
  108. data/lib/bundler/spec_set.rb +7 -9
  109. data/lib/bundler/stub_specification.rb +1 -3
  110. data/lib/bundler/templates/newgem/README.md.tt +1 -2
  111. data/lib/bundler/templates/newgem/bin/console.tt +1 -2
  112. data/lib/bundler/templates/newgem/lib/newgem.rb.tt +2 -2
  113. data/lib/bundler/templates/newgem/newgem.gemspec.tt +8 -2
  114. data/lib/bundler/templates/newgem/spec/spec_helper.rb.tt +0 -1
  115. data/lib/bundler/ui/shell.rb +5 -5
  116. data/lib/bundler/uri_credentials_filter.rb +3 -1
  117. data/lib/bundler/vendor/molinillo/lib/molinillo.rb +0 -1
  118. data/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +34 -1
  119. data/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +2 -2
  120. data/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +1 -1
  121. data/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +1 -1
  122. data/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +38 -40
  123. data/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +8 -1
  124. data/lib/bundler/vendor/tmpdir/lib/tmpdir.rb +154 -0
  125. data/lib/bundler/vendored_persistent.rb +0 -7
  126. data/lib/bundler/vendored_tmpdir.rb +4 -0
  127. data/lib/bundler/version.rb +1 -1
  128. data/lib/bundler/worker.rb +1 -1
  129. data/lib/bundler/yaml_serializer.rb +1 -1
  130. data/man/bundle-add.1 +1 -1
  131. data/man/bundle-binstubs.1 +5 -3
  132. data/man/bundle-cache.1 +1 -1
  133. data/man/bundle-check.1 +1 -1
  134. data/man/bundle-clean.1 +1 -1
  135. data/man/bundle-config.1 +14 -17
  136. data/man/bundle-doctor.1 +1 -1
  137. data/man/bundle-exec.1 +1 -1
  138. data/man/bundle-gem.1 +1 -1
  139. data/man/bundle-info.1 +1 -1
  140. data/man/bundle-init.1 +1 -1
  141. data/man/bundle-inject.1 +1 -1
  142. data/man/bundle-install.1 +30 -3
  143. data/man/bundle-list.1 +1 -1
  144. data/man/bundle-lock.1 +1 -1
  145. data/man/bundle-open.1 +1 -1
  146. data/man/bundle-outdated.1 +1 -1
  147. data/man/bundle-platform.1 +1 -1
  148. data/man/bundle-pristine.1 +1 -1
  149. data/man/bundle-remove.1 +1 -1
  150. data/man/bundle-show.1 +1 -1
  151. data/man/bundle-update.1 +1 -1
  152. data/man/bundle-viz.1 +1 -1
  153. data/man/bundle.1 +1 -1
  154. data/man/gemfile.5 +4 -4
  155. metadata +33 -54
  156. data/lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb +0 -26
  157. data/man/bundle-add.1.txt +0 -58
  158. data/man/bundle-binstubs.1.txt +0 -48
  159. data/man/bundle-cache.1.txt +0 -78
  160. data/man/bundle-check.1.txt +0 -33
  161. data/man/bundle-clean.1.txt +0 -26
  162. data/man/bundle-config.1.txt +0 -527
  163. data/man/bundle-doctor.1.txt +0 -44
  164. data/man/bundle-exec.1.txt +0 -181
  165. data/man/bundle-gem.1.txt +0 -117
  166. data/man/bundle-info.1.txt +0 -21
  167. data/man/bundle-init.1.txt +0 -34
  168. data/man/bundle-inject.1.txt +0 -32
  169. data/man/bundle-install.1.txt +0 -401
  170. data/man/bundle-list.1.txt +0 -44
  171. data/man/bundle-lock.1.txt +0 -93
  172. data/man/bundle-open.1.txt +0 -29
  173. data/man/bundle-outdated.1.txt +0 -131
  174. data/man/bundle-platform.1.txt +0 -57
  175. data/man/bundle-pristine.1.txt +0 -44
  176. data/man/bundle-remove.1.txt +0 -34
  177. data/man/bundle-show.1.txt +0 -27
  178. data/man/bundle-update.1.txt +0 -391
  179. data/man/bundle-viz.1.txt +0 -39
  180. data/man/bundle.1.txt +0 -116
  181. data/man/gemfile.5.txt +0 -651
@@ -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\-PRISTINE" "1" "July 2020" "" ""
4
+ .TH "BUNDLE\-PRISTINE" "1" "November 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-pristine\fR \- Restores installed gems to their pristine condition
@@ -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\-REMOVE" "1" "July 2020" "" ""
4
+ .TH "BUNDLE\-REMOVE" "1" "November 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-remove\fR \- Removes gems from the Gemfile
@@ -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\-SHOW" "1" "July 2020" "" ""
4
+ .TH "BUNDLE\-SHOW" "1" "November 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-show\fR \- Shows all the gems in your bundle, or the path to a gem
@@ -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\-UPDATE" "1" "July 2020" "" ""
4
+ .TH "BUNDLE\-UPDATE" "1" "November 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-update\fR \- Update your gems to the latest available versions
@@ -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\-VIZ" "1" "July 2020" "" ""
4
+ .TH "BUNDLE\-VIZ" "1" "November 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\-viz\fR \- Generates a visual dependency graph for your Gemfile
@@ -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" "1" "July 2020" "" ""
4
+ .TH "BUNDLE" "1" "November 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBbundle\fR \- Ruby Dependency Management
@@ -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 "GEMFILE" "5" "July 2020" "" ""
4
+ .TH "GEMFILE" "5" "November 2020" "" ""
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBGemfile\fR \- A format for describing gem dependencies for Ruby programs
@@ -150,7 +150,7 @@ gem "RedCloth", ">= 4\.1\.0", "< 4\.2\.0"
150
150
  .IP "" 0
151
151
  .
152
152
  .SS "REQUIRE AS"
153
- Each \fIgem\fR \fBMAY\fR specify files that should be used when autorequiring via \fBBundler\.require\fR\. You may pass an array with multiple files or \fBtrue\fR if file you want \fBrequired\fR has same name as \fIgem\fR or \fBfalse\fR to prevent any file from being autorequired\.
153
+ Each \fIgem\fR \fBMAY\fR specify files that should be used when autorequiring via \fBBundler\.require\fR\. You may pass an array with multiple files or \fBtrue\fR if the file you want \fBrequired\fR has the same name as \fIgem\fR or \fBfalse\fR to prevent any file from being autorequired\.
154
154
  .
155
155
  .IP "" 4
156
156
  .
@@ -227,8 +227,8 @@ To specify multiple groups to ignore, specify a list of groups separated by spac
227
227
  .
228
228
  .nf
229
229
 
230
- bundle config set without test
231
- bundle config set without development test
230
+ bundle config set \-\-local without test
231
+ bundle config set \-\-local without development test
232
232
  .
233
233
  .fi
234
234
  .
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.rc.1
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Arko
@@ -22,7 +22,7 @@ authors:
22
22
  autorequire:
23
23
  bindir: exe
24
24
  cert_chain: []
25
- date: 2020-07-02 00:00:00.000000000 Z
25
+ date: 2020-12-22 00:00:00.000000000 Z
26
26
  dependencies: []
27
27
  description: Bundler manages an application's dependencies through its entire life,
28
28
  across many machines, systematically and repeatably
@@ -54,6 +54,7 @@ files:
54
54
  - lib/bundler/cli/console.rb
55
55
  - lib/bundler/cli/doctor.rb
56
56
  - lib/bundler/cli/exec.rb
57
+ - lib/bundler/cli/fund.rb
57
58
  - lib/bundler/cli/gem.rb
58
59
  - lib/bundler/cli/info.rb
59
60
  - lib/bundler/cli/init.rb
@@ -73,6 +74,7 @@ files:
73
74
  - lib/bundler/cli/viz.rb
74
75
  - lib/bundler/compact_index_client.rb
75
76
  - lib/bundler/compact_index_client/cache.rb
77
+ - lib/bundler/compact_index_client/gem_parser.rb
76
78
  - lib/bundler/compact_index_client/updater.rb
77
79
  - lib/bundler/constants.rb
78
80
  - lib/bundler/current_ruby.rb
@@ -110,6 +112,32 @@ files:
110
112
  - lib/bundler/lazy_specification.rb
111
113
  - lib/bundler/lockfile_generator.rb
112
114
  - lib/bundler/lockfile_parser.rb
115
+ - lib/bundler/man/.document
116
+ - lib/bundler/man/bundle-add.1.ronn
117
+ - lib/bundler/man/bundle-binstubs.1.ronn
118
+ - lib/bundler/man/bundle-cache.1.ronn
119
+ - lib/bundler/man/bundle-check.1.ronn
120
+ - lib/bundler/man/bundle-clean.1.ronn
121
+ - lib/bundler/man/bundle-config.1.ronn
122
+ - lib/bundler/man/bundle-doctor.1.ronn
123
+ - lib/bundler/man/bundle-exec.1.ronn
124
+ - lib/bundler/man/bundle-gem.1.ronn
125
+ - lib/bundler/man/bundle-info.1.ronn
126
+ - lib/bundler/man/bundle-init.1.ronn
127
+ - lib/bundler/man/bundle-inject.1.ronn
128
+ - lib/bundler/man/bundle-install.1.ronn
129
+ - lib/bundler/man/bundle-list.1.ronn
130
+ - lib/bundler/man/bundle-lock.1.ronn
131
+ - lib/bundler/man/bundle-open.1.ronn
132
+ - lib/bundler/man/bundle-outdated.1.ronn
133
+ - lib/bundler/man/bundle-platform.1.ronn
134
+ - lib/bundler/man/bundle-pristine.1.ronn
135
+ - lib/bundler/man/bundle-remove.1.ronn
136
+ - lib/bundler/man/bundle-show.1.ronn
137
+ - lib/bundler/man/bundle-update.1.ronn
138
+ - lib/bundler/man/bundle-viz.1.ronn
139
+ - lib/bundler/man/bundle.1.ronn
140
+ - lib/bundler/man/gemfile.5.ronn
113
141
  - lib/bundler/match_platform.rb
114
142
  - lib/bundler/mirror.rb
115
143
  - lib/bundler/plugin.rb
@@ -195,7 +223,6 @@ files:
195
223
  - lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb
196
224
  - lib/bundler/vendor/fileutils/lib/fileutils.rb
197
225
  - lib/bundler/vendor/molinillo/lib/molinillo.rb
198
- - lib/bundler/vendor/molinillo/lib/molinillo/compatibility.rb
199
226
  - lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb
200
227
  - lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb
201
228
  - lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb
@@ -250,6 +277,7 @@ files:
250
277
  - lib/bundler/vendor/thor/lib/thor/shell/html.rb
251
278
  - lib/bundler/vendor/thor/lib/thor/util.rb
252
279
  - lib/bundler/vendor/thor/lib/thor/version.rb
280
+ - lib/bundler/vendor/tmpdir/lib/tmpdir.rb
253
281
  - lib/bundler/vendor/uri/lib/uri.rb
254
282
  - lib/bundler/vendor/uri/lib/uri/common.rb
255
283
  - lib/bundler/vendor/uri/lib/uri/file.rb
@@ -267,6 +295,7 @@ files:
267
295
  - lib/bundler/vendored_molinillo.rb
268
296
  - lib/bundler/vendored_persistent.rb
269
297
  - lib/bundler/vendored_thor.rb
298
+ - lib/bundler/vendored_tmpdir.rb
270
299
  - lib/bundler/vendored_uri.rb
271
300
  - lib/bundler/version.rb
272
301
  - lib/bundler/version_ranges.rb
@@ -274,80 +303,30 @@ files:
274
303
  - lib/bundler/worker.rb
275
304
  - lib/bundler/yaml_serializer.rb
276
305
  - man/bundle-add.1
277
- - man/bundle-add.1.txt
278
- - man/bundle-add.ronn
279
306
  - man/bundle-binstubs.1
280
- - man/bundle-binstubs.1.txt
281
- - man/bundle-binstubs.ronn
282
307
  - man/bundle-cache.1
283
- - man/bundle-cache.1.txt
284
- - man/bundle-cache.ronn
285
308
  - man/bundle-check.1
286
- - man/bundle-check.1.txt
287
- - man/bundle-check.ronn
288
309
  - man/bundle-clean.1
289
- - man/bundle-clean.1.txt
290
- - man/bundle-clean.ronn
291
310
  - man/bundle-config.1
292
- - man/bundle-config.1.txt
293
- - man/bundle-config.ronn
294
311
  - man/bundle-doctor.1
295
- - man/bundle-doctor.1.txt
296
- - man/bundle-doctor.ronn
297
312
  - man/bundle-exec.1
298
- - man/bundle-exec.1.txt
299
- - man/bundle-exec.ronn
300
313
  - man/bundle-gem.1
301
- - man/bundle-gem.1.txt
302
- - man/bundle-gem.ronn
303
314
  - man/bundle-info.1
304
- - man/bundle-info.1.txt
305
- - man/bundle-info.ronn
306
315
  - man/bundle-init.1
307
- - man/bundle-init.1.txt
308
- - man/bundle-init.ronn
309
316
  - man/bundle-inject.1
310
- - man/bundle-inject.1.txt
311
- - man/bundle-inject.ronn
312
317
  - man/bundle-install.1
313
- - man/bundle-install.1.txt
314
- - man/bundle-install.ronn
315
318
  - man/bundle-list.1
316
- - man/bundle-list.1.txt
317
- - man/bundle-list.ronn
318
319
  - man/bundle-lock.1
319
- - man/bundle-lock.1.txt
320
- - man/bundle-lock.ronn
321
320
  - man/bundle-open.1
322
- - man/bundle-open.1.txt
323
- - man/bundle-open.ronn
324
321
  - man/bundle-outdated.1
325
- - man/bundle-outdated.1.txt
326
- - man/bundle-outdated.ronn
327
322
  - man/bundle-platform.1
328
- - man/bundle-platform.1.txt
329
- - man/bundle-platform.ronn
330
323
  - man/bundle-pristine.1
331
- - man/bundle-pristine.1.txt
332
- - man/bundle-pristine.ronn
333
324
  - man/bundle-remove.1
334
- - man/bundle-remove.1.txt
335
- - man/bundle-remove.ronn
336
325
  - man/bundle-show.1
337
- - man/bundle-show.1.txt
338
- - man/bundle-show.ronn
339
326
  - man/bundle-update.1
340
- - man/bundle-update.1.txt
341
- - man/bundle-update.ronn
342
327
  - man/bundle-viz.1
343
- - man/bundle-viz.1.txt
344
- - man/bundle-viz.ronn
345
328
  - man/bundle.1
346
- - man/bundle.1.txt
347
- - man/bundle.ronn
348
329
  - man/gemfile.5
349
- - man/gemfile.5.ronn
350
- - man/gemfile.5.txt
351
330
  - man/index.txt
352
331
  homepage: https://bundler.io
353
332
  licenses:
@@ -372,7 +351,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
372
351
  - !ruby/object:Gem::Version
373
352
  version: 2.5.2
374
353
  requirements: []
375
- rubygems_version: 3.2.0.pre1
354
+ rubygems_version: 3.2.3
376
355
  signing_key:
377
356
  specification_version: 4
378
357
  summary: The best way to manage your application's dependencies
@@ -1,26 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module Bundler::Molinillo
4
- # Hacks needed for old Ruby versions.
5
- module Compatibility
6
- module_function
7
-
8
- if [].respond_to?(:flat_map)
9
- # Flat map
10
- # @param [Enumerable] enum an enumerable object
11
- # @block the block to flat-map with
12
- # @return The enum, flat-mapped
13
- def flat_map(enum, &blk)
14
- enum.flat_map(&blk)
15
- end
16
- else
17
- # Flat map
18
- # @param [Enumerable] enum an enumerable object
19
- # @block the block to flat-map with
20
- # @return The enum, flat-mapped
21
- def flat_map(enum, &blk)
22
- enum.map(&blk).flatten(1)
23
- end
24
- end
25
- end
26
- end
@@ -1,58 +0,0 @@
1
- BUNDLE-ADD(1) BUNDLE-ADD(1)
2
-
3
-
4
-
5
- NAME
6
- bundle-add - Add gem to the Gemfile and run bundle install
7
-
8
- SYNOPSIS
9
- bundle add GEM_NAME [--group=GROUP] [--version=VERSION]
10
- [--source=SOURCE] [--git=GIT] [--branch=BRANCH] [--skip-install]
11
- [--strict] [--optimistic]
12
-
13
- DESCRIPTION
14
- Adds the named gem to the Gemfile and run bundle install. bundle
15
- install can be avoided by using the flag --skip-install.
16
-
17
- Example:
18
-
19
- bundle add rails
20
-
21
- bundle add rails --version "< 3.0, > 1.1"
22
-
23
- bundle add rails --version "~> 5.0.0" --source
24
- "https://gems.example.com" --group "development"
25
-
26
- bundle add rails --skip-install
27
-
28
- bundle add rails --group "development, test"
29
-
30
- OPTIONS
31
- --version, -v
32
- Specify version requirements(s) for the added gem.
33
-
34
- --group, -g
35
- Specify the group(s) for the added gem. Multiple groups should
36
- be separated by commas.
37
-
38
- --source, , -s
39
- Specify the source for the added gem.
40
-
41
- --git Specify the git source for the added gem.
42
-
43
- --branch
44
- Specify the git branch for the added gem.
45
-
46
- --skip-install
47
- Adds the gem to the Gemfile but does not install it.
48
-
49
- --optimistic
50
- Adds optimistic declaration of version
51
-
52
- --strict
53
- Adds strict declaration of version
54
-
55
-
56
-
57
-
58
- July 2020 BUNDLE-ADD(1)
@@ -1,48 +0,0 @@
1
- BUNDLE-BINSTUBS(1) BUNDLE-BINSTUBS(1)
2
-
3
-
4
-
5
- NAME
6
- bundle-binstubs - Install the binstubs of the listed gems
7
-
8
- SYNOPSIS
9
- bundle binstubs GEM_NAME [--force] [--path PATH] [--standalone]
10
-
11
- DESCRIPTION
12
- Binstubs are scripts that wrap around executables. Bundler creates a
13
- small Ruby file (a binstub) that loads Bundler, runs the command, and
14
- puts it into bin/. Binstubs are a shortcut-or alternative- to always
15
- using bundle exec. This gives you a file that can be run directly, and
16
- one that will always run the correct gem version used by the
17
- application.
18
-
19
- For example, if you run bundle binstubs rspec-core, Bundler will create
20
- the file bin/rspec. That file will contain enough code to load Bundler,
21
- tell it to load the bundled gems, and then run rspec.
22
-
23
- This command generates binstubs for executables in GEM_NAME. Binstubs
24
- are put into bin, or the --path directory if one has been set. Calling
25
- binstubs with [GEM [GEM]] will create binstubs for all given gems.
26
-
27
- OPTIONS
28
- --force
29
- Overwrite existing binstubs if they exist.
30
-
31
- --path The location to install the specified binstubs to. This defaults
32
- to bin.
33
-
34
- --standalone
35
- Makes binstubs that can work without depending on Rubygems or
36
- Bundler at runtime.
37
-
38
- --shebang
39
- Specify a different shebang executable name than the default
40
- (default 'ruby')
41
-
42
- BUNDLE INSTALL --BINSTUBS
43
- To create binstubs for all the gems in the bundle you can use the
44
- --binstubs flag in bundle install(1) bundle-install.1.html.
45
-
46
-
47
-
48
- July 2020 BUNDLE-BINSTUBS(1)
@@ -1,78 +0,0 @@
1
- BUNDLE-CACHE(1) BUNDLE-CACHE(1)
2
-
3
-
4
-
5
- NAME
6
- bundle-cache - Package your needed .gem files into your application
7
-
8
- SYNOPSIS
9
- bundle cache
10
-
11
- DESCRIPTION
12
- Copy all of the .gem files needed to run the application into the
13
- vendor/cache directory. In the future, when running [bundle
14
- install(1)][bundle-install], use the gems in the cache in preference to
15
- the ones on rubygems.org.
16
-
17
- GIT AND PATH GEMS
18
- The bundle cache command can also package :git and :path dependencies
19
- besides .gem files. This needs to be explicitly enabled via the --all
20
- option. Once used, the --all option will be remembered.
21
-
22
- SUPPORT FOR MULTIPLE PLATFORMS
23
- When using gems that have different packages for different platforms,
24
- Bundler supports caching of gems for other platforms where the Gemfile
25
- has been resolved (i.e. present in the lockfile) in vendor/cache. This
26
- needs to be enabled via the --all-platforms option. This setting will
27
- be remembered in your local bundler configuration.
28
-
29
- REMOTE FETCHING
30
- By default, if you run bundle install(1)](bundle-install.1.html) after
31
- running bundle cache(1) bundle-cache.1.html, bundler will still connect
32
- to rubygems.org to check whether a platform-specific gem exists for any
33
- of the gems in vendor/cache.
34
-
35
- For instance, consider this Gemfile(5):
36
-
37
-
38
-
39
- source "https://rubygems.org"
40
-
41
- gem "nokogiri"
42
-
43
-
44
-
45
- If you run bundle cache under C Ruby, bundler will retrieve the version
46
- of nokogiri for the "ruby" platform. If you deploy to JRuby and run
47
- bundle install, bundler is forced to check to see whether a "java"
48
- platformed nokogiri exists.
49
-
50
- Even though the nokogiri gem for the Ruby platform is technically
51
- acceptable on JRuby, it has a C extension that does not run on JRuby.
52
- As a result, bundler will, by default, still connect to rubygems.org to
53
- check whether it has a version of one of your gems more specific to
54
- your platform.
55
-
56
- This problem is also not limited to the "java" platform. A similar
57
- (common) problem can happen when developing on Windows and deploying to
58
- Linux, or even when developing on OSX and deploying to Linux.
59
-
60
- If you know for sure that the gems packaged in vendor/cache are
61
- appropriate for the platform you are on, you can run bundle install
62
- --local to skip checking for more appropriate gems, and use the ones in
63
- vendor/cache.
64
-
65
- One way to be sure that you have the right platformed versions of all
66
- your gems is to run bundle cache on an identical machine and check in
67
- the gems. For instance, you can run bundle cache on an identical
68
- staging box during your staging process, and check in the vendor/cache
69
- before deploying to production.
70
-
71
- By default, bundle cache(1) bundle-cache.1.html fetches and also
72
- installs the gems to the default location. To package the dependencies
73
- to vendor/cache without installing them to the local install location,
74
- you can run bundle cache --no-install.
75
-
76
-
77
-
78
- July 2020 BUNDLE-CACHE(1)