Skip to content

Instantly share code, notes, and snippets.

@biow0lf
Created June 17, 2011 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biow0lf/1032191 to your computer and use it in GitHub Desktop.
Save biow0lf/1032191 to your computer and use it in GitHub Desktop.
bundler and ruby 1.9.2
$ rvm 1.8.7 gem build bundler.gemspec
Successfully built RubyGem
Name: bundler
Version: 1.1.pre.5
File: bundler-1.1.pre.5.gem
$ rvm 1.9.2 gem build bundler.gemspec
ERROR: While executing gem ... (NoMethodError)
undefined method `write' for #<Syck::Emitter:0x007fe762172338>
$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin11.0.0]
$ gem -v
1.8.5
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment