Created
September 23, 2013 22:37
-
-
Save nddrylliog/6677959 to your computer and use it in GitHub Desktop.
rubygems rubinius can't modify frozen object. rubinius 2.1.0.n266 (2.1.0 25638f94 2013-09-23 JI) [i686-linux-gnu]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rbx -S gem install json --verbose | |
HEAD https://rubygems.org/latest_specs.4.8.gz | |
302 Moved Temporarily | |
HEAD https://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz | |
200 OK | |
GET https://rubygems.org/latest_specs.4.8.gz | |
302 Moved Temporarily | |
GET https://s3.amazonaws.com/production.s3.rubygems.org/latest_specs.4.8.gz | |
200 OK | |
GET https://rubygems.org/quick/Marshal.4.8/json-1.1.5-x86-linux.gemspec.rz | |
302 Moved Temporarily | |
GET https://s3.amazonaws.com/production.s3.rubygems.org/quick/Marshal.4.8/json-1.1.5-x86-linux.gemspec.rz | |
200 OK | |
ERROR: While executing gem ... (RuntimeError) | |
can't modify frozen object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see also https://gist.github.com/nddrylliog/6678137 for a related issue.