Thanks Bryan,

it took a little bit longer for me to answer, because I wanted to find the 
error AND give the right solution.

After digging deep in the code and related dependencies I found the problem 
in rubygems_bundler, fixed it and wanted to create a new rubygems_bundler 
issue till I recognized that my version rubygems-bundler (0.9.0) was 
outdated. On rubygems-bundler (0.9.2) this is fixed!

Now it's working with this lines in Gemfile:

gem "hobo", "=1.4.0.pre6", :git => 'git://github.com/kredmer/hobo.git'

OR

git "git://github.com/kredmer/hobo.git" do
  gem "hobo", "=1.4.0.pre6"
end

I prepared also a small recipe to use your own fork:

http://cookbook.hobocentral.net/recipes/1803-use-your-own-hobo-fork




-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/17kh2MOKNI0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to