| Age | Commit message (Collapse) | Author |
|
These files, including `.github` directory, are useless unless the
repository itself is contained as well.
|
|
This reverts commit e90282be7ba1bc8e3119f6e1a2c80356ceb3f80a, a commit miss.
|
|
If the revision of bundled gems is specified for ruby master (and
`git` is usable), checkout that revision and build a snapshot gem, and
use it for `test-spec` instead of the downloaded release version.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12577
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11612
|
|
|
|
|
|
|
|
The current build system uses runtime dependencies from only
`.bundle` directory. We shouldn't install runtime dependencies
from rubygems.org when `make test-bundled-gems` is invoked.
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7781
|
|
We want to notify above situation when release time. So, I move this check into ruby/actions.
Notes:
Merged: https://github.com/ruby/ruby/pull/7781
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7475
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7475
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7347
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7347
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7347
|
|
To use the repository version of bundled gems, we need to build a gem by
"gem build", but the repository of minitest does not include
minitest.gemspec because it uses hoe.
This change creats a dummy minitest.gemspec to pass the CI.
Notes:
Merged: https://github.com/ruby/ruby/pull/7339
|
|
Build temporary gem package from cloned repository if test revision is
set.
Notes:
Merged: https://github.com/ruby/ruby/pull/7146
|
|
Gemspec files generated by old bundler run `git` without changing the
working directory.
Or some gemspec files expect an owned file at the top exists ath the
current working directory.
Notes:
Merged: https://github.com/ruby/ruby/pull/6203
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/6203
|