Ruby-build: bundled gems are not installed for 2.5.0-dev

Created on 7 Jun 2017  路  3Comments  路  Source: rbenv/ruby-build

$ rbenv install 2.4.1
(snip)
$ rbenv shell 2.4.1
$ irb
irb(main):001:0> require 'minitest'
=> true
$ rbenv install 2.5.0-dev
(snip)
$ rbenv shell 2.5.0-dev
$ irb
irb(main):001:0> require 'minitest'
LoadError: cannot load such file -- minitest

Is this intentional?

enhancement

Most helpful comment

Created pull request https://github.com/rbenv/ruby-build/pull/1098

If you have any request, Please comment to this pr.

All 3 comments

Yes, It is. You got the same result with make install on ruby/ruby repository without make update-gems.

But I'm ok to invoke make update-gems before make install on ruby-build. How do you think this?

But I'm ok to invoke make update-gems before make install on ruby-build. How do you think this?

I feel it's convenient and I want ruby-build to behave like it if there's no demerits.

Created pull request https://github.com/rbenv/ruby-build/pull/1098

If you have any request, Please comment to this pr.

Was this page helpful?
0 / 5 - 0 ratings