Skip to content

Instantly share code, notes, and snippets.

@xrl
Created April 30, 2011 20:11
Show Gist options
  • Save xrl/949955 to your computer and use it in GitHub Desktop.
Save xrl/949955 to your computer and use it in GitHub Desktop.
merb.git in Bundler is borked
cd bundler_merb_bug
bundle install --path gems
one:bundler_merb_bug xavierlange$ bundle exec irb
rbx-head :001 > Merb
=> Merb
rbx-head :002 > Merb::Mailer
=> Merb::Mailer
rbx-head :003 > Merb::Cache
=> Merb::Cache
# confirmed with ruby 1.9.2 as well
source :gemcutter
gem "extlib"
gem "erubis"
git "git://github.com/xrl/merb.git" do
gem "merb-core", :require => nil
end
@xrl
Copy link
Author

xrl commented Apr 30, 2011

Note that the merb-core part is commented out! Why/how is it requiring anything?

More importantly: how in the world do you debug something like this? :-D

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