travis-ci / travis-rubies

my rubies, let me show you them
http://rubies.travis-ci.org/
MIT License
42 stars 29 forks source link

Ruby head - missing bundled gems #52

Open MSP-Greg opened 6 years ago

MSP-Greg commented 6 years ago

The following two head versions seem to be missing some or all bundled gems:

ruby 2.6.0dev (2018-10-31 trunk 65474) [x86_64-linux]
ruby 2.6.0dev (2018-10-31 trunk 65474) [x86_64-darwin17]

In particular, minitest & test-unit. They are included in earlier releases?

MSP-Greg commented 5 years ago

See PR #55

Bundler gems that should be included with trunk (and all other current Ruby versions): https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems

Additionally, trunk/ruby-head should not have anything done with Bundler or RubyGems. If I knew where the code was, I'd do a PR...

EDIT: See PR #56 for above issue...