Trying to install Hobo_bootstrap. It seems that will_paginate is a required dependency. I get the error below when I include the "will_paginate" gem. I tried doing a simple "gem install will_paginate" but latest is only version 3.0.3 and seems that hobo_bootstrap requires 3.0.4. Any ideas on how to remedy this?
Thanks.
Art.
# bundle
Unfortunately, a fatal error has occurred. Please see the Bundler
/usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler.rb:294:in `block in load_gemspec_uncached': invalid byte sequence in US-ASCII (ArgumentError)
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler.rb:291:in `chdir'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler.rb:291:in `load_gemspec_uncached'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler.rb:282:in `load_gemspec'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/source.rb:411:in `block in load_spec_files'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/source.rb:410:in `each'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/source.rb:410:in `load_spec_files'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/source.rb:799:in `load_spec_files'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/source.rb:381:in `local_specs'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/source.rb:774:in `specs'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/definition.rb:491:in `block in converge_locked_specs'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/definition.rb:480:in `each'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/definition.rb:480:in `converge_locked_specs'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/definition.rb:166:in `resolve'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/definition.rb:113:in `specs'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/definition.rb:108:in `resolve_remotely!'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/installer.rb:81:in `run'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/installer.rb:14:in `install'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/cli.rb:230:in `install'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/vendor/thor/task.rb:27:in `run'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/vendor/thor.rb:275:in `dispatch'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/vendor/thor/base.rb:408:in `start'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/bin/bundle:14:in `block in <top (required)>'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/lib/bundler/friendly_errors.rb:4:in `with_friendly_errors'
from /usr/local/rvm/gems/ruby-1.9.3-p125/gems/bundler-1.2.3/bin/bundle:14:in `<top (required)>'
from /usr/local/rvm/gems/ruby-1.9.3-p125/bin/bundle:19:in `load'
from /usr/local/rvm/gems/ruby-1.9.3-p125/bin/bundle:19:in `<main>'