Created
August 27, 2011 09:01
-
-
Save ConradIrwin/1175163 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 61025:/0/ruby/pry[master].$ gem install method_source | |
| [/home/conrad/.rvm/gems/rbx-master@global/specifications/rake-0.8.7.gemspec] isn't a Gem::Specification (NilClass instead). | |
| [/home/conrad/.rvm/gems/rbx-master/specifications/rake-0.8.7.gemspec] isn't a Gem::Specification (NilClass instead). | |
| [/home/conrad/.rvm/gems/rbx-master@global/specifications/rake-0.8.7.gemspec] isn't a Gem::Specification (NilClass instead). | |
| [/home/conrad/.rvm/gems/rbx-master/specifications/rake-0.8.7.gemspec] isn't a Gem::Specification (NilClass instead). | |
| Fetching: sexp_processor-3.0.6.gem (100%) | |
| Fetching: ruby_parser-2.2.0.gem (100%) | |
| Fetching: method_source-0.6.0.gem (100%) | |
| Successfully installed sexp_processor-3.0.6 | |
| Successfully installed ruby_parser-2.2.0 | |
| Successfully installed method_source-0.6.0 | |
| 3 gems installed | |
| Installing ri documentation for sexp_processor-3.0.6... | |
| Installing ri documentation for ruby_parser-2.2.0... | |
| Installing ri documentation for method_source-0.6.0... | |
| ERROR: While executing gem ... (TypeError) | |
| incompatible marshal file format (can't be read) | |
| format version 4.8 required; . given |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment