Skip to content

Instantly share code, notes, and snippets.

@nddrylliog
Created September 23, 2013 22:37
Show Gist options
  • Save nddrylliog/6677959 to your computer and use it in GitHub Desktop.
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]
$ 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
@nddrylliog
Copy link
Author

see also https://gist.github.com/nddrylliog/6678137 for a related issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment