| Age | Commit message (Collapse) | Author |
|
https://github.com/bundler/bundler/commit/038f0d7c37
|
|
https://github.com/bundler/bundler/commit/3e5d4b2c42
|
|
PR 7248 incorrectly changed a path calculation. This reverts.
After running Azure Pipelines CI in my ruby/ruby fork and checking the 'bundler' jobs, the error was apparent...
https://github.com/bundler/bundler/commit/811755b413
|
|
https://github.com/bundler/bundler/commit/537c0ab712
|
|
https://github.com/bundler/bundler/commit/33892e1ed2
|
|
So that we handle the removal of `bundle cache` just like we'll handle
the removal of `bundle show` and `bundle console`.
https://github.com/bundler/bundler/commit/ff1a669efb
|
|
https://github.com/bundler/bundler/commit/8ecd722b9f
|
|
It seems to pass under rubygems 2.5.2.
https://github.com/bundler/bundler/commit/062cd2be7c
|
|
Since it covers the whole range we support.
https://github.com/bundler/bundler/commit/c0b9d4e6c6
|
|
We plan to incrementally populate this array in rubygems, so that will
break the test because the first time `find_by_name("rack")` is called
will make the `rack` gem available in the array.
We can test the same thing using some other way, which is more
appropriate anyways, because `Bundler.rubygems.find_name` is only used
inside `bundler` to look for the `bundler` gem itself whereas
`Bundler.rubygems.all_specs` is used in more places.
https://github.com/bundler/bundler/commit/49c519ef47
|
|
The rubygems integration sets up a `post_reset` hook that resets the
specs back to what bundler knows after `Gem::Specification.reset` is
called (which is what `Gem.refresh` calls under the hood).
https://github.com/bundler/bundler/commit/3810f9945c
|
|
It contains a typo, so it can't be needed.
https://github.com/bundler/bundler/commit/ef38c97fbf
|
|
https://github.com/bundler/bundler/commit/98023e25de
|
|
Instead of setting the encoding globally, set it when reading the files.
https://github.com/bundler/bundler/commit/e2a5c45e4d
|
|
https://github.com/bundler/bundler/commit/e31880b1ea
|
|
https://github.com/bundler/bundler/commit/00b095b98f
|
|
https://github.com/bundler/bundler/commit/3dc509e645
|
|
https://github.com/bundler/bundler/commit/785c7af1f3
|
|
https://github.com/bundler/bundler/commit/5e08e849ec
|
|
And freeze the resulting hash to appease rubocop.
https://github.com/bundler/bundler/commit/f38ebff92f
|
|
https://github.com/bundler/bundler/commit/1bd9660780
|
|
https://github.com/bundler/bundler/commit/e6a03f1102
|
|
https://github.com/bundler/bundler/commit/102d6229d4
|
|
https://github.com/bundler/bundler/commit/22de94d3b4
|
|
1.0.0 is such a common output, and it was hiding a crash in the test.
https://github.com/bundler/bundler/commit/c688337e24
|
|
https://github.com/bundler/bundler/commit/7ac854dea1
|
|
https://github.com/bundler/bundler/commit/156629291e
|
|
https://github.com/bundler/bundler/commit/899aeeebb0
|
|
https://github.com/bundler/bundler/commit/e45d2272ea
|
|
I'm not sure this test is useful but since it's there, it should be
complete.
https://github.com/bundler/bundler/commit/3e350089db
|
|
https://github.com/bundler/bundler/commit/ca96316b97
|
|
https://github.com/bundler/bundler/commit/b47d23edf5
|
|
https://github.com/bundler/bundler/commit/02177d0e10
|
|
https://github.com/bundler/bundler/commit/3df138318f
|
|
https://github.com/bundler/bundler/commit/773203ec5a
|
|
https://github.com/bundler/bundler/commit/7da2bf75f5
|
|
https://github.com/bundler/bundler/commit/1a853ad6ac
|
|
As discussed in the P/R, when `BUNDLE_PATH` env is set Bundler should
still install gems to the system path. `GEM_HOME` can be used to provide
different location if needed.
The test is added to document expected behavior of `bundler/inline`.
https://github.com/bundler/bundler/commit/ae419fd6f8
|
|
https://github.com/bundler/bundler/commit/0646f9e286
|
|
This spec was not stopping threads after itself. That would cause the
previous spec in the file (that checks that no threads are left behind)
to fail.
https://github.com/bundler/bundler/commit/81ad85b92d
|
|
https://github.com/bundler/bundler/commit/f47421f92d
|
|
https://github.com/bundler/bundler/commit/ae0ac190aa
|
|
https://github.com/bundler/bundler/commit/43ffaab796
|
|
Co-authored-by: Colby Swandale <me@colby.fyi>
Co-authored-by: Kevin Deisz <kevin.deisz@gmail.com>
https://github.com/bundler/bundler/commit/1b2bbc7364
|
|
Windows paths do not start with a slash, so we add an extra slash to
separate the host from the path in file:// urls. Otherwise "D:" is
parsed as the host segment in the URI.
The path for those URLs now starts with "/", so we ignore that leading
character when using the URI's path.
This reduces Windows CI spec failures from 429 to 355.
https://github.com/bundler/bundler/commit/1b7e274cbc
|
|
https://github.com/bundler/bundler/commit/5946d62ad0
|
|
https://github.com/bundler/bundler/commit/f694fe7f67
|
|
So we can later add more tests with the same setup.
https://github.com/bundler/bundler/commit/21b4b6c49c
|
|
ANSI codes don't work there.
https://github.com/bundler/bundler/commit/4f05417ca7
|
|
For consistency.
https://github.com/bundler/bundler/commit/279603ab42
|