| Age | Commit message (Collapse) | Author |
|
So I can add another context that doesn't run the `before` block.
https://github.com/bundler/bundler/commit/06d0acc45a
|
|
https://github.com/bundler/bundler/commit/6678747fae
|
|
Previously `bundle doctor` would fail on any bundle that does not
include git gems or plugins. This is because the previously used
`Bundler.home` does not exist unless the bundle includes git gems or
plugins. For example, with `bundle config set path .bundle`, it points
to which does not exist unless this kind of gems exist in the Gemfile.
The name `Bundler.home` is really unfortunate, it should probably be
have more descriptive name, and be private. But for now I just want to
make `bundle doctor` usable.
https://github.com/bundler/bundler/commit/5531a18c1e
|
|
gems only appear once per group
https://github.com/bundler/bundler/commit/d18a83109e
|
|
https://github.com/bundler/bundler/commit/71a29e286a
|
|
https://github.com/bundler/bundler/commit/948a863bd8
|
|
https://github.com/bundler/bundler/commit/a4beba4cbf
|
|
https://github.com/bundler/bundler/commit/f20c2bdf6a
|
|
https://github.com/bundler/bundler/commit/07161ebc1a
|
|
https://github.com/bundler/bundler/commit/32520c7020
|
|
https://github.com/bundler/bundler/commit/5b503a4bf1
|
|
https://github.com/bundler/bundler/commit/91e7fe1b2f
|
|
`FileUtils.rm` supports a `Pathname` argument.
https://github.com/bundler/bundler/commit/7d982a5be9
|
|
They are implicit inside `gem_command!`.
https://github.com/bundler/bundler/commit/6bdb13c899
|
|
https://github.com/bundler/bundler/commit/a4cca66b79
|
|
https://github.com/bundler/bundler/commit/7888d621c8
|
|
Since I plan to reuse it for something else.
https://github.com/bundler/bundler/commit/5379382198
|
|
https://github.com/bundler/bundler/commit/096e53dfe6
|
|
https://github.com/bundler/bundler/commit/028dc46f5a
|
|
Otherwise I get conflicts when extracting the helper.
https://github.com/bundler/bundler/commit/314c64cd07
|
|
https://github.com/bundler/bundler/commit/d35e31d2e0
|
|
I want to extract these to path helper methods, but the name `files`
conflict with some builder methods that are also available at the same
level.
https://github.com/bundler/bundler/commit/7844096af0
|
|
The `:bundler` gem is not needed in the regular repo either.
https://github.com/bundler/bundler/commit/ca5ce01a9b
|
|
The logic for choosing `gem_bin` should work here too even if it's not
identical.
https://github.com/bundler/bundler/commit/6ca0271b27
|
|
For debuggability.
https://github.com/bundler/bundler/commit/ac3e8db658
|
|
https://github.com/bundler/bundler/commit/8eedbecac0
|
|
https://github.com/bundler/bundler/commit/37d5dedffe
|
|
https://github.com/bundler/bundler/commit/17d4d0de8e
|
|
https://github.com/bundler/bundler/commit/cae948f514
|
|
https://github.com/bundler/bundler/commit/039604ff95
|
|
https://github.com/bundler/bundler/commit/7985bb8e92
|
|
https://github.com/bundler/bundler/commit/9437568ab4
|
|
https://github.com/bundler/bundler/commit/79fdebd868
|
|
https://github.com/bundler/bundler/commit/e483322519
|
|
Use shared helper instead.
https://github.com/bundler/bundler/commit/ef55470cc6
|
|
https://github.com/bundler/bundler/commit/f2df73bdb4
|
|
https://github.com/bundler/bundler/commit/4589a57852
|
|
https://github.com/bundler/bundler/commit/afdacd62ac
|
|
|
|
|
|
This reverts commit b8d759806ff825e1b9344ba34b1a2bc4809d0988.
It's accidentally picked from the upstream repository.
|
|
https://github.com/bundler/bundler/commit/1a0161b970
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/9256177446
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/c6458b2727
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
I think using `--no-git` can be useful when creating gems inside
monorepos.
https://github.com/bundler/bundler/commit/154c687310
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/0b6d973543
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
This has the benefit that:
* Allows the installation of bundler as a default gem from rubygems to
include man pages.
* Removes the need to build man pages during our tests.
* Makes working with the manifest easier, because we only have source
controlled files, and not a mix of source control and generated files.
To make sure they never fall out of sync, we replace the previous
`man:build` CI task with a `man:check` task that makes sure the
generated man pages are up to date.
https://github.com/bundler/bundler/commit/23de1d0177
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/8601575490
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
Because we're using `config.bisect_runner` which is only available from
3.8.
https://github.com/bundler/bundler/commit/304a187f72
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
failing tests for ruby < 2.6"
This reverts commit e63e844bc7444c6a489fcde0dc7011c6c4807edd.
It was introduced to resolve some failing tests at the cost of making
the intention of the spec much less clear.
Thanks to the previous fixes we have added to this spec, we can revert
that patch now.
https://github.com/bundler/bundler/commit/b29a40820f
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|