Displaying 1 result from an estimated 1 matches for "durran".
Did you mean:
durrant
2010 Feb 25
0
Bundle install error involving hash range errors
While running "bundle install" on a new Rails3.0.0.beta app on Ubuntu
9.10 / Ruby 1.8.7 with the following line in my Gemfile:
gem "mongoid", :git => "git://github.com/durran/mongoid.git", :branch
=> "prerelease"
I got the following error:
Installing mongoid (2.0.0.pre) from git://github.com/durran/mongoid.git
(at prerelease) /usr/lib/ruby/1.8/yaml.rb:389:in `hash'': no implicit
conversion from nil to integer (TypeError)
from /usr/li...