You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a warning regarding an unknown argument to `--disable`, and it
seems that `--disable=gem` is not entirely correct, should be
`--disable=gems`
[Documentation](https://docs.ruby-lang.org/ja/latest/doc/spec=2frubycmd.html)
(in Japanese).
Example output:
ruby: warning: unknown argument for --disable: `gem:'
ruby: warning: features are [gems, did_you_mean, rubyopt, frozen_string_literal].
ruby: warning: unknown argument for --enable: `rubygems'
ruby: warning: features are [gems, did_you_mean, rubyopt, frozen_string_literal].
0 commit comments