Skip to content

Instantly share code, notes, and snippets.

@chris
Created October 12, 2011 06:47
Show Gist options
  • Save chris/1280470 to your computer and use it in GitHub Desktop.
Save chris/1280470 to your computer and use it in GitHub Desktop.
rubygems error
/usr/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:539:in `normalize_yaml_input': invalid byte sequence in US-ASCII (ArgumentError)
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:479:in `from_yaml'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb:190:in `load_gemspec'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb:54:in `block in initialize'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb:64:in `block in each'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb:55:in `loop'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_reader.rb:55:in `each'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb:35:in `initialize'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb:20:in `new'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package/tar_input.rb:20:in `open'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/package.rb:68:in `open'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/format.rb:62:in `from_io'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/format.rb:46:in `block in from_file_by_path'
from /usr/lib/ruby/1.9.1/open-uri.rb:35:in `open'
from /usr/lib/ruby/1.9.1/open-uri.rb:35:in `open'
from /usr/lib/ruby/site_ruby/1.9.1/rubygems/format.rb:45:in `from_file_by_path'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/source.rb:73:in `fetch'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/installer.rb:45:in `block in run'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `block in each'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `each'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/spec_set.rb:12:in `each'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/installer.rb:44:in `run'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/installer.rb:8:in `install'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/cli.rb:226:in `install'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor/task.rb:22:in `run'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor.rb:246:in `dispatch'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/lib/bundler/vendor/thor/base.rb:389:in `start'
from /usr/lib/ruby/gems/1.9.1/gems/bundler-1.0.10/bin/bundle:13:in `<top (required)>'
from /usr/bin/bundle:19:in `load'
from /usr/bin/bundle:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment