| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
https://github.com/rubygems/rubygems/commit/fa2e835ed2
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/860669b08a
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/add44e56eb
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/1c3356a872
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/a875fdb535
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/5c88c77873
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/cb554f6eb7
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/fba6e94de9
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/426dd97a31
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/9aa6101942
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/f4f45ab27e
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/acb0548bf6
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/a06f8ae3bb
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/0542726fd3
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/e76088b699
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/c92c6d8e85
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/8e64298989
|
|
|
|
|
|
| |
Layout/EmptyLinesAroundExceptionHandlingKeywords
https://github.com/rubygems/rubygems/commit/ad1fe68d97
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/48c88466b7
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/4d680320e3
|
|
|
|
|
|
| |
Layout/SpaceInsidePercentLiteralDelimiters
https://github.com/rubygems/rubygems/commit/c6de27fc6d
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/75abd2e504
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/00117e69cc
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/4a5b70b508
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/bf33d106d0
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/5070f90987
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/58e4885493
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/d8efd919db
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/976a351f8b
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/893da27e7c
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/46d5d6d1d3
|
|
|
|
|
|
| |
Lint/RedundantCopDisableDirective
https://github.com/rubygems/rubygems/commit/07b0da6c24
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/fe331736d4
|
|
|
|
|
|
| |
ruby_version
https://github.com/rubygems/rubygems/commit/b420e287a3
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/16f381be4b
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/7750d5c460
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've seen this error sometimes but never found it helpful, since the
culprit has never been thread/monitor related, so it just adds noise.
Right now I'm seeing an issue in CI where we seem to be crashing during
ensure and showing a weird backtrace:
```
#<Thread:0x000055821d7a73b8 /home/runner/work/rubygems/rubygems/lib/rubygems/request_set.rb:167 run> terminated with exception (report_on_exception is true):
/home/runner/work/rubygems/rubygems/lib/rubygems/platform.rb:141:in `==': undefined local variable or method `to_a' for false:FalseClass (NameError)
Did you mean? to_s
from /home/runner/work/rubygems/rubygems/lib/rubygems/core_ext/kernel_require.rb:168:in `!='
from /home/runner/work/rubygems/rubygems/lib/rubygems/core_ext/kernel_require.rb:168:in `require'
from /home/runner/work/rubygems/rubygems/lib/rubygems.rb:441:in `block in ensure_subdirectories'
from /home/runner/work/rubygems/rubygems/lib/rubygems.rb:437:in `each'
from /home/runner/work/rubygems/rubygems/lib/rubygems.rb:437:in `ensure_subdirectories'
from /home/runner/work/rubygems/rubygems/lib/rubygems.rb:413:in `ensure_gem_subdirectories'
from /home/runner/work/rubygems/rubygems/lib/rubygems/resolver/specification.rb:110:in `download'
from /home/runner/work/rubygems/rubygems/lib/rubygems/request_set.rb:173:in `block (2 levels) in install'
```
Let's get this out of the picture in case that helps clarify the
culprit.
https://github.com/rubygems/rubygems/commit/87ce40b70e
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/ac23687353
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/ef4741b7cb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`--user-installed`'d
Otherwise we get
```
✗ rake TEST=test/rubygems/test_project_sanity.rb
Loaded suite /Users/deivid/.gem/ruby/3.2.0/gems/rake-13.0.6/lib/rake/rake_test_loader
Started
E
============================================================================================================================================================================================================
Error: test_manifest_is_up_to_date(TestProjectSanity):
RuntimeError: There was an error running `rake check_manifest`: /Users/deivid/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems.rb:263:in `find_spec_for_exe': can't find gem rake (>= 0.a) with executable rake (Gem::GemNotFoundException)
from /Users/deivid/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems.rb:282:in `activate_bin_path'
from /Users/deivid/.asdf/installs/ruby/3.2.1/bin/rake:25:in `<main>'
/Users/deivid/Code/rubygems/rubygems/test/rubygems/test_project_sanity.rb:27:in `test_manifest_is_up_to_date'
24:
25: raise "Expected Manifest.txt to be up to date, but it's not. Run `rake update_manifest` to sync it."
26: else
=> 27: raise "There was an error running `rake check_manifest`: #{out}"
28: end
29: end
30: end
============================================================================================================================================================================================================
.
Finished in 0.188192 seconds.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2 tests, 1 assertions, 0 failures, 1 errors, 0 pendings, 0 omissions, 0 notifications
50% passed
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
10.63 tests/s, 5.31 assertions/s
rake aborted!
```
https://github.com/rubygems/rubygems/commit/29829933a6
|
|
|
|
|
|
| |
reason
https://github.com/rubygems/rubygems/commit/98de85c11e
|
|
|
|
|
|
| |
locked
https://github.com/rubygems/rubygems/commit/24d2bf9cb2
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/86b574824d
|
|
|
|
|
|
| |
To make it easier to change the default platforms that get locked later.
https://github.com/rubygems/rubygems/commit/255c4012ec
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/27ed6870ce
|
|
|
|
| |
https://github.com/rubygems/rubygems/commit/3841a58095
|
|
|
|
|
|
| |
Nicer :)
https://github.com/rubygems/rubygems/commit/c0ab2893c3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.2.6...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.3.0...24cb9080177205b6e8c946b17badbe402adc938f)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.144.0 to 1.144.1.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](https://github.com/ruby/setup-ruby/compare/9669f3ee51dc3f4eda8447ab696b3ab19a90d14b...e6689b4deb1cb2062ea45315001f687c0b52111b)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|