Bundler 1.14.0 で rainbow が `can't modify frozen String` と吐いてインストールできない
簡単に言うと、rubygemsが原因らしいので gem update --system
でなおる。
cf.
http://blog.rubygems.org/2017/01/20/2.6.9-released.html
https://github.com/sickill/rainbow/issues/48
This PR adds a missing #dup ("convert frozen string literal to a mutable String object instance") in the same way that 45966be did.
rubocopの依存なのでちょっとつらかった。
エラーメッセージ
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
can't modify frozen String
回避策として bundler のバージョンを 1.13.7
に下げても動くので場合によってはこちらも。
自分は解決策にたどり着くのに苦労したので時間の節約になれば
Author And Source
この問題について(Bundler 1.14.0 で rainbow が `can't modify frozen String` と吐いてインストールできない), 我々は、より多くの情報をここで見つけました https://qiita.com/tachiba/items/b905a740fbe7bcd85639著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .