-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gem::Ext::BuildError "can't modify frozen String" under Ruby v2.3.3 and bundler v1.14.2 #49
Comments
Same here under Ruby v2.4.0. Installing the gem directly first:
and then updating with bundler will pass (since it's already installed to current gemset). |
Try:
Everything's gonna be alright. |
rubygems/rubygems#1819 was the Rubygems change that fixed it. @baburdick Is this closable, now? This issue seems like a duplicate of #44 |
Rubygems update fixed it for me |
More info [here](ku1ik/rainbow#49).
More info [here](ku1ik/rainbow#49).
More info [here](ku1ik/rainbow#49).
More info [here](ku1ik/rainbow#49).
More info [here](ku1ik/rainbow#49).
|
@olleolleolle: You can close it. Note that users of the latest stable RVM (v1.28.0) will be searching for this issue, as it ships with rubygems v2.4.8. RVM head has the update. But it hasn't moved to the stable series yet. |
I may be wrong about that. I'm using Ruby v2.2.4 in this case, and likely installed by a prior version of RVM. Freshly installed Ruby v2.2.6 under RVM v1.28.0 installs rubygems v2.6.8. |
The following error occurs when installing rainbow gem: ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. can't modify frozen String ``` ref. ku1ik/rainbow#49
* Update History file for new release * version bump * update rb-gsl dependency. * update travis for ruby 2.4 support * update travis config and GSL gem version. * Install rainbow cuz of this rubygems error - ku1ik/rainbow#49 * Install rainbow cuz of this rubygems error - ku1ik/rainbow#49
The following error occurs when installing rainbow gem: ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. can't modify frozen String ``` ref. ku1ik/rainbow#49
The following error occurs when installing rainbow gem: ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. can't modify frozen String ``` ref. ku1ik/rainbow#49
@baburdick A technical note: you can close your Issue. (I'm not allowed to.) Glad you got it to work. |
I get a very terse error message when trying to bundle install rainbow v2.2.1 under Ruby v2.3.3.
Installing without bundler succeeds:
The text was updated successfully, but these errors were encountered: