Created
April 30, 2011 20:11
-
-
Save xrl/949955 to your computer and use it in GitHub Desktop.
merb.git in Bundler is borked
This file contains 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
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 |
This file contains 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
source :gemcutter | |
gem "extlib" | |
gem "erubis" | |
git "git://github.com/xrl/merb.git" do | |
gem "merb-core", :require => nil | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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