Takuya Noguchi
812354ace4
[rubygems/rubygems] Bundler: fix man page for bundle-add
...
Follows up https://github.com/rubygems/bundler/pull/5610
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
https://github.com/rubygems/rubygems/commit/0c4df2b8ca
2022-06-22 13:40:21 +09:00
nobuyo
7d6de74abe
[rubygems/rubygems] Update man page for require
option in bundle add
command
...
https://github.com/rubygems/rubygems/commit/08a0a5b7d1
2022-05-06 18:02:35 +09:00
James Hill
834c3b3545
[rubygems/rubygems] Update bundler documentation to reflect bundle config 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
2022-03-31 20:00:10 +09:00
David Rodríguez
156079a85d
[rubygems/rubygems] Make --strict
flag of update
and outdated
commands 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
2022-03-06 22:17:00 +09:00
Ilia Zenkevich
e92e87bf90
[rubygems/rubygems] Add clarification for bundle-config "with" option
...
https://github.com/rubygems/rubygems/commit/666f3cc724
2022-02-11 18:49:57 +09:00
Vyacheslav Alexeev
1a62a50c4f
[rubygems/rubygems] Add github
and ref
options to bundle add
...
https://github.com/rubygems/rubygems/commit/c3e54acab0
2021-12-11 00:13:25 +09:00
Jean Boussier
715a51a0d6
[rubygems/rubygems] Feature: accept pull request URLs as github source
...
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
2021-12-06 20:27:29 +09:00
Nobuyoshi Nakada
539c42ed89
[rubygems/rubygems] Fix typos
...
https://github.com/rubygems/rubygems/commit/f328ef6f77
2021-11-04 23:06:25 +09:00
David Rodríguez
7d859489e1
[rubygems/rubygems] Bring --jobs
documentation up to date
...
https://github.com/rubygems/rubygems/commit/58da501e5d
2021-08-31 19:06:14 +09:00
David Rodríguez
6e2240a2f9
Sync latest bundler & rubygems development version
2021-07-07 13:30:20 +09:00
David Rodríguez
5b0abba931
Sync bundler & rubygems
2021-05-11 11:29:41 +09:00
Hiroshi SHIBATA
ed149dbf46
Merge the master branch of Bundler
2021-04-15 15:36:15 +09:00
David Rodríguez
53468cc111
Sync latest development version of bundler & rubygems
2021-03-08 13:47:35 +09:00
Hiroshi SHIBATA
69ed64949b
Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118bcc20
2021-01-04 13:14:43 +09:00
Hiroshi SHIBATA
473f9d2df0
Merge prepare version of Bundler 2.2.0
2020-12-08 17:30:02 +09:00