aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/man/bundle-init.1
Commit message (Collapse)AuthorAgeFilesLines
* [rubygems/rubygems] Regenerate bundler docs for June 2024.Josef Šimánek2024-06-251-1/+1
| | | | https://github.com/rubygems/rubygems/commit/72103ca1e8
* [rubygems/rubygems] Monthly man update for May 2024.Josef Šimánek2024-05-081-1/+1
| | | | https://github.com/rubygems/rubygems/commit/9ee7069841
* [rubygems/rubygems] Never write credentials to lockfilesDavid Rodriguez2024-04-181-1/+1
| | | | https://github.com/rubygems/rubygems/commit/e8a363713e
* [rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer2024-03-271-1/+1
| | | | | | Also bring the man page up to date. https://github.com/rubygems/rubygems/commit/a849bd6947
* [rubygems/rubygems] rake man:buildHiroshi SHIBATA2024-02-211-1/+1
| | | | https://github.com/rubygems/rubygems/commit/e0ef515732
* [rubygems/rubygems] Migrate documentation to be generated with nronnDavid Rodríguez2023-12-081-12/+3
| | | | https://github.com/rubygems/rubygems/commit/55281f0eaa
* [rubygems/rubygems] Add extra blank line to `bundle outdated` docsDavid Rodríguez2023-12-081-1/+1
| | | | | | | If it's not there, when migrating to `nronn`, generated man page is messed up. https://github.com/rubygems/rubygems/commit/7161347648
* [rubygems/rubygems] Add missing --prefer-local to Synopsis in ↵Olle Jonsson2023-11-261-1/+1
| | | | | | bundle-install.1.ronn https://github.com/rubygems/rubygems/commit/e956c5bbe4
* [rubygems/rubygems] Update man page for bundle exec to reflect default flag ↵Manu2023-10-061-1/+1
| | | | | | | | value `--keep-file-descriptors` is true by default. https://github.com/rubygems/rubygems/commit/b28e88e228
* [rubygems/rubygems] Clarify that `bundle info` takes a gem nameManu2023-08-171-1/+1
| | | | https://github.com/rubygems/rubygems/commit/09ef74ef73
* Sync man pagesParadoxV52023-07-051-1/+1
| | | | Co-Authored-By: David Rodríguez <2887858+deivid-rodriguez@users.noreply.github.com>
* Merge rubygems/bundler masterHiroshi SHIBATA2023-02-211-1/+5
| | | | Pick from https://github.com/rubygems/rubygems/commit/e9304aed7e43308b99e70c2f7b92028315fee8a5
* [rubygems/rubygems] Remove stray word in bundle config man page.Mark Doliner2023-01-011-1/+1
| | | | | | There was an extra word ("with") in this sentence. https://github.com/rubygems/rubygems/commit/ad3de5126c
* [rubygems/rubygems] Regenerate bundler man pages for December 2022.Josef Šimánek2022-12-201-1/+1
| | | | https://github.com/rubygems/rubygems/commit/17037fe32c
* [rubygems/rubygems] Bundler: github DSL has used https protocol over gitTakuya Noguchi2022-10-181-1/+1
| | | | | | | | | | 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-081-1/+1
|
* Merge ↵Hiroshi SHIBATA2022-09-051-1/+1
| | | | https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c6017c27b5da8a8dc
* [rubygems/rubygems] Add ignore_funding_requests config flagmoe2022-07-271-1/+1
| | | | https://github.com/rubygems/rubygems/commit/ab302f72c9
* [rubygems/rubygems] Use modern style hashes in Gemfile DSL docsDavid Rodríguez2022-06-301-1/+1
| | | | https://github.com/rubygems/rubygems/commit/3f83236c02
* [rubygems/rubygems] Update man page for `require` option in `bundle add` commandnobuyo2022-05-061-1/+1
| | | | https://github.com/rubygems/rubygems/commit/08a0a5b7d1
* [rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands ↵David Rodríguez2022-03-061-1/+1
| | | | | | | | | | | | | 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-111-1/+1
| | | | https://github.com/rubygems/rubygems/commit/666f3cc724
* [rubygems/rubygems] Feature: accept pull request URLs as github sourceJean Boussier2021-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Very often github source is used to temporarily use a modified gem while a PR upstream is being reviewed. So for instance https://github.com/ruby/bigdecimal/pull/211 will look like: ```ruby gem "bigdecimal", github: "casperisfine/bigdecimal", branch: "git-gem" # https://github.com/ruby/bigdecimal/pull/200 ``` It's annoying because you have to fiddle with the branch name, which is copied as `casperisfine:git-gem`, etc etc. If I could simply use the PR URL like this: ``` gem "bigdecimal", github: "https://github.com/ruby/bigdecimal/pull/211" ``` It would make a very common task for me so much simpler. https://github.com/rubygems/rubygems/commit/517c527751
* [rubygems/rubygems] Fix typosNobuyoshi Nakada2021-11-041-1/+1
| | | | https://github.com/rubygems/rubygems/commit/f328ef6f77
* [rubygems/rubygems] Bring `--jobs` documentation up to dateDavid Rodríguez2021-08-311-1/+1
| | | | https://github.com/rubygems/rubygems/commit/58da501e5d
* Sync latest bundler & rubygems development versionDavid Rodríguez2021-07-071-1/+1
|
* Merge the master branch of BundlerHiroshi SHIBATA2021-04-151-1/+1
|
* Sync latest development version of bundler & rubygemsDavid Rodríguez2021-03-081-1/+1
|
* Track Bundler master(2.3.0.dev) branch at ↵Hiroshi SHIBATA2021-01-041-0/+25
55634a8af18a52df86c4275d70fa1179118bcc20