aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/man
Commit message (Collapse)AuthorAgeFilesLines
* [rubygems/rubygems] Update bundle-plugin man pageCody Cutrer2023-10-102-21/+21
| | | | | | | The formatting was odd, and it hadn't been updated for how the global source is handled. https://github.com/rubygems/rubygems/commit/bf19a266ab
* [rubygems/rubygems] Update man page for bundle exec to reflect default flag ↵Manu2023-10-0630-33/+32
| | | | | | | | value `--keep-file-descriptors` is true by default. https://github.com/rubygems/rubygems/commit/b28e88e228
* [rubygems/rubygems] Support `ruby file: ".tool-versions"` in GemfileGaurav Khanna2023-08-212-0/+16
| | | | | | | | | (https://github.com/rubygems/rubygems/pull/6898) Supports .tool-versions (ASDF) by checking for a line starting with "ruby" before falling back to reading the entire file, as in .ruby-version. https://github.com/rubygems/rubygems/commit/6c0a3e793a
* [rubygems/rubygems] Add `file` option to `ruby` method in GemfileNgan Pham2023-08-172-0/+18
| | | | https://github.com/rubygems/rubygems/commit/fb9354b7bf
* [rubygems/rubygems] Clarify that `bundle info` takes a gem nameManu2023-08-1730-34/+34
| | | | https://github.com/rubygems/rubygems/commit/09ef74ef73
* [rubygems/rubygems] Replaced remained local to lockfileHiroshi SHIBATA2023-08-022-2/+2
| | | | https://github.com/rubygems/rubygems/commit/6ed69223d4
* [rubygems/rubygems] Bundler: Update bundle-outdated(1) manKentaro Takeyama2023-07-242-17/+24
| | | | | | Updated output examples to current format since the output format has changed since version 2.2.0.dev https://github.com/rubygems/rubygems/commit/48d98f906a
* [rubygems/rubygems] Rename local to lockfile and global to systemHiroshi SHIBATA2023-07-242-4/+4
| | | | https://github.com/rubygems/rubygems/commit/456fd05d3a
* [rubygems/rubygems] Avoid printing using messages when version has not changedDavid Rodríguez2023-07-242-6/+0
| | | | https://github.com/rubygems/rubygems/commit/9635a2fd74
* [rubygems/rubygems] Introduce bundle config set version featureHiroshi SHIBATA2023-07-132-0/+9
| | | | https://github.com/rubygems/rubygems/commit/c431a1df52
* Sync man pagesParadoxV52023-07-0529-30/+30
| | | | Co-Authored-By: David Rodríguez <2887858+deivid-rodriguez@users.noreply.github.com>
* [rubygems/rubygems] `gemfile.5`: Quote default glob to escape MarkdownJimmy H2023-07-051-1/+1
| | | | For consistency, I chose code format over plaintext escaping.
* [rubygems/rubygems] Fix broken hyperlinks in bundle cache documentationMarcin Rozmus2023-04-122-4/+4
| | | | https://github.com/rubygems/rubygems/commit/1ff3e7450a
* [rubygems/rubygems] Alias CurrentRuby#mswin?, mswin64?, mingw?, x64_mingw? ↵johnnyshields2023-03-032-0/+12
| | | | | | to #windows?. (This is done instead of logging a deprecation warning.) https://github.com/rubygems/rubygems/commit/b9fcc7c0ab
* Merge rubygems/bundler masterHiroshi SHIBATA2023-02-2130-29/+35
| | | | Pick from https://github.com/rubygems/rubygems/commit/e9304aed7e43308b99e70c2f7b92028315fee8a5
* [rubygems/rubygems] Update bundle-exec man page for with_unbundled_envJosh Nichols2023-01-202-9/+9
| | | | `with_clean_env` has been deprecated in `with_unbundled_env`. It already generates a deprecation warning when it uses, but this man page was still referring to it.
* [rubygems/rubygems] Enhance bundle open with --path optionyoka2023-01-042-2/+30
| | | | https://github.com/rubygems/rubygems/commit/3bf8e59304
* [rubygems/rubygems] Remove stray word in bundle config man page.Mark Doliner2023-01-0130-31/+31
| | | | | | There was an extra word ("with") in this sentence. https://github.com/rubygems/rubygems/commit/ad3de5126c
* Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA2022-12-242-39/+29
|
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-202-4/+4
| | | | Pick from https://github.com/rubygems/rubygems/commit/ba3adad4d80038ffd7bea015da2f11d3e8a2ff82
* [rubygems/rubygems] Turn `--ext` option into string. Deprecate usage without ↵Josef Šimánek2022-12-202-2/+2
| | | | | | | | explicit value. - this is preparation for onboarding Rust based extension gem generator https://github.com/rubygems/rubygems/commit/d32801bdbc
* [rubygems/rubygems] Regenerate bundler man pages for December 2022.Josef Šimánek2022-12-2029-29/+29
| | | | https://github.com/rubygems/rubygems/commit/17037fe32c
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-092-2/+2
| | | | Pick from https://github.com/rubygems/rubygems/commit/823c776d951f3c35094611473ec77f94e8bf6610
* [rubygems/rubygems] Update comment by the review commentShohei YOSHIDA2022-11-142-2/+2
| | | | https://github.com/rubygems/rubygems/commit/7c54dc56f6
* [rubygems/rubygems] Fix '--force' option documentation of 'bundle clean'Shohei YOSHIDA2022-11-142-2/+2
| | | | | | '--path' option is no longer used. https://github.com/rubygems/rubygems/commit/43b3d5f7bc
* Bundler: update docs for gemfile(5) manpageTakuya Noguchi2022-10-252-22/+43
| | | | | | | | - Add mswin/mswin64 to platforms - Use TruffleRuby as example instead of Rubinius Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> Co-authored-by: André Arko <andre@arko.net>
* [rubygems/rubygems] Bundler: github DSL has used https protocol over gitTakuya Noguchi2022-10-1830-31/+31
| | | | | | | | | | This behavior change was done in Bundler 2.2.0. https://github.com/rubygems/bundler/pull/7142 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/9510190be1
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-0834-91/+208
|
* Merge ↵Hiroshi SHIBATA2022-09-0533-87/+215
| | | | https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c6017c27b5da8a8dc
* [rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio2022-09-052-2/+9
| | | | https://github.com/rubygems/rubygems/commit/32bee01fbe
* [rubygems/rubygems] Fix arguments for bundle-config(1) docsTakuya Noguchi2022-08-022-3/+3
| | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/3e62ca776d
* [rubygems/rubygems] Update bundle-platform(1) manTakuya Noguchi2022-08-012-12/+29
| | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/1c3736f5af
* [rubygems/rubygems] Fix dead links to deprecated bundle-package(1) with ↵Takuya Noguchi2022-07-294-10/+6
| | | | | | | | bundler-cache(1) Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/9c2e80a10f
* [rubygems/rubygems] Add package/pack aliases to man pages for cacheTakuya Noguchi2022-07-292-0/+13
| | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/1685e3a9dc
* Merge rubygems master from ↵Hiroshi SHIBATA2022-07-298-4/+35
| | | | https://github.com/rubygems/rubygems/commit/446cc57a7ccdf1924deb291be9571219e7ba8523
* [rubygems/rubygems] Add ignore_funding_requests config flagmoe2022-07-2726-25/+30
| | | | https://github.com/rubygems/rubygems/commit/ab302f72c9
* [rubygems/rubygems] Bundler: add deprecation notice of viz to manTakuya Noguchi2022-07-254-2/+7
| | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/0e1cbfa598
* [rubygems/rubygems] Bundler: update command example in bundle-exec(1)Takuya Noguchi2022-07-232-2/+2
| | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/28bf5c8b33
* [rubygems/rubygems] Remove bundle show from obsolete commandsTakuya Noguchi2022-07-222-4/+0
| | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/6c07c9427b
* [rubygems/rubygems] Bundler: update primary source in man 5 gemfileTakuya Noguchi2022-07-202-25/+38
| | | | | | | | | | | | | Specifying multiple primary sources in top-level was deprecated in Bundler 1.13. As Bundler CLI uses primary source instead of global, "global source" is replaced with "primary source". Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/1dd1753f6e
* [rubygems/rubygems] Use https protocol for URLs for config mirrorTakuya Noguchi2022-07-152-4/+4
| | | | | | | | | example.org is used mirror URL as an example, not to make access to a (potential) third-party domain. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/31230f850c
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-132-3/+41
|
* [rubygems/rubygems] Fix unintended double spaces in DSL documentationDavid Rodríguez2022-06-302-64/+64
| | | | https://github.com/rubygems/rubygems/commit/b1826876d0
* [rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez2022-06-3026-97/+97
| | | | https://github.com/rubygems/rubygems/commit/3f83236c02
* [rubygems/rubygems] Bundler: fix man page for bundle-addTakuya Noguchi2022-06-222-2/+2
| | | | | | | | Follows up https://github.com/rubygems/bundler/pull/5610 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/0c4df2b8ca
* [rubygems/rubygems] Update man page for `require` option in `bundle add` commandnobuyo2022-05-0626-29/+36
| | | | https://github.com/rubygems/rubygems/commit/08a0a5b7d1
* [rubygems/rubygems] Update bundler documentation to reflect bundle config ↵James Hill2022-03-312-9/+11
| | | | | | | | | | | | scope changes In https://github.com/rubygems/rubygems/pull/4152 `bundle config` was changed to default to local scope (instead of global) if the command was executed from inside an application directory. Updated documentation reflects this change. https://github.com/rubygems/rubygems/commit/d92d42cae5
* [rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands ↵David Rodríguez2022-03-0626-44/+28
| | | | | | | | | | | | | consistent Previously they had slightly different behavior when combined with conservative updating flags. The correct behavior is the `--update-strict` option, so `--script` now does that, The `--update-strict` option is left there for now but I will deprecate it later. https://github.com/rubygems/rubygems/commit/ab42046229
* [rubygems/rubygems] Add clarification for bundle-config "with" optionIlia Zenkevich2022-02-1126-27/+27
| | | | https://github.com/rubygems/rubygems/commit/666f3cc724
* [rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev2021-12-112-2/+16
| | | | https://github.com/rubygems/rubygems/commit/c3e54acab0