| Age | Commit message (Collapse) | Author |
|
https://github.com/bundler/bundler/commit/2ed2bbfdec
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
Previously it was being installed to the :bundle_path
(`/tmp/bundled_app/.bundle`), but the `bundle` helper uses the
`system_gem_path("bin/bundle")`. That means the first `bundle install`in
the spec was actually failing, but not affecting the test status because
of not being called as `bundle!`.
https://github.com/bundler/bundler/commit/ad75f75539
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/6013c93e81
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/b2abde04aa
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/09ecaf04fa
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/f11c9a2b3f
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
Previously, if bundler-2.1.0.pre.1 would be installed globally, it would
fail. Now we force that a locally installed version of bundler is used,
so it always passed regardless of which bundler is installed globally.
https://github.com/bundler/bundler/commit/764d8e8fd1
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/c189dfdde0
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/da360659f7
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
* RUBY_ENGINE and RUBY_ENGINE_VERSION are defined on every modern Ruby.
* There is no such constant as TRUFFLERUBY_VERSION or RBX_VERSION.
https://github.com/bundler/bundler/commit/f9d910403b
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
When Gemfile would specify path sources as relative paths starting with
"./", the lockfile would have inconsistent order on `bundle install` and
`bundle update`.
https://github.com/bundler/bundler/commit/c7532ced89
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
https://github.com/bundler/bundler/commit/5978a88f33
Notes:
Merged: https://github.com/ruby/ruby/pull/2366
|
|
Now Proc#to_s returns
"#<Proc:0x00000237a0f5f170@t.rb:1>".
However, it is convenient to select a file name by (double-)clicking
on some terminals by separating ' ' instead of '@' like
"#<Proc:0x00000237a0f5f170 t.rb:1>"
[Feature #16101]
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/bundler/bundler/commit/ffc5e76335
|
|
|
|
|
|
|
|
And reenable exclusion because the bug why we added them has been fixed.
See https://github.com/rubocop-hq/rubocop/issues/6861.
https://github.com/bundler/bundler/commit/bda63fcffc
|
|
https://github.com/bundler/bundler/commit/cd1abf8b3f
|
|
* Adds an extra artifice task to vendorize new `connection_pool`
dependency.
* Cherry-pick's needed Windows fix not yet merged into master branch of
`net-http-persistent`.
* Update bundler usages to be compatible with the new version, and fix
unit specs.
https://github.com/bundler/bundler/commit/0575baa6bb
|
|
So that the behavior is the same regardless of the tested bundler
version.
https://github.com/bundler/bundler/commit/664549427a
|
|
https://github.com/bundler/bundler/commit/4c6a3c3cf7
|
|
And use single quotes consistenly.
https://github.com/bundler/bundler/commit/8b9fbbb2df
|
|
platform is Gem::Platform::RUBY
This allows us to always say we're ruby? when force_ruby_platform is
set, and fixes using gemspec & force_ruby_platform on windows.
https://github.com/bundler/bundler/commit/3cb89b7e5c
|
|
https://github.com/bundler/bundler/commit/2a7a5daba0
|
|
And refactor development setup.
https://github.com/bundler/bundler/commit/f288806d02
|
|
https://github.com/bundler/bundler/commit/d6c9196d18
|
|
It's affect with rspec examples and broke them.
https://github.com/bundler/bundler/commit/355a922073
|
|
https://github.com/bundler/bundler/commit/69bee117fb
|
|
https://github.com/bundler/bundler/commit/5b285685a4
|
|
These specs are only run on bundler 2, so the compatibility method is
not needed.
https://github.com/bundler/bundler/commit/6cb28e3aeb
|
|
https://github.com/bundler/bundler/commit/1ee77d9c55
|
|
https://github.com/bundler/bundler/commit/ebcb25a3c3
|
|
https://github.com/bundler/bundler/commit/b5900e57a4
|
|
https://github.com/bundler/bundler/commit/344a881592
|
|
https://github.com/bundler/bundler/commit/9ddeeb1fe1
|
|
https://github.com/bundler/bundler/commit/50ccdb32c2
|
|
https://github.com/bundler/bundler/commit/2a44090cb6
|
|
https://github.com/bundler/bundler/commit/6d0a8f4128
|
|
https://github.com/bundler/bundler/commit/6d3b809695
|
|
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
|