-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Quiliro,
The problem is that you uninstalled dryml, which is part of Hobo. Then installing it the gem dependencies system became crazy and reinstalled the latest Rails again. Just do this: gem uninstall rails activerecord activesupport activerecord-deprecated_finders actionpack activemodel railties sprockets-rails treetop actionmailer gem install rails -v=4.0.5 hobo new someapp Releasing a new Hobo version is becoming urgent :). Warm regards, Ignacio El 12/07/14 21:52, Quiliro Ordóñez Baca escribió: > > > El sáb 12 jul 2014 13:29:52 ECT, Ignacio Huerta escribió: > >> >> Please say if that doesn't fix the problem. Let's hope we can >> get support for the latest Rails versions soon! > > > Thank you very much for your response. This is what I have done > before: > > /etc/alternatives/ruby points to /usr/bin/ruby1.9.3. gem list | cut > -d" " -f1 | xargs gem uninstall -aIx && gem install hobo && hobo > new thingybob --setup gem install hobo > > Hobo installs rails-4.0.8. > > So I now uninstall Rails and other dependencies except Hobo with: > dryml > > Then I install rails 4.0.5: gem install rails -v=4.0.5 > > It installs: activesupport-4.0.5, actionpack-4.0.5, > activemodel-4.0.5, activerecord-deprecated_finders-1.0.3, > activerecord-4.0.5, actionmailer-4.0.5, railties-4.0.5, > sprockets-rails-2.0.1, rails-4.0.5, treetop-1.4.15 > > But when I try to create an application, it complains about dryml. > So I install it with: gem install dryml > > It installs: activesupport-4.0.8, actionpack-4.0.8, dryml-2.1.0, > activemodel-4.0.8, activerecord-4.0.8, actionmailer-4.0.8, > railties-4.0.8 > > I try to create the app again and it works! Now....what was the > short route? I try to create the app again and it complains about > gem versions: The template [/tmp/hobo_app_template] could not be > loaded. Error: Unable to activate rails-4.0.5, because > activesupport-4.0.8 conflicts with activesupport (= 4.0.5), > actionpack-4.0.8 conflicts with actionpack (= 4.0.5), > railties-4.0.8 conflicts with railties (= 4.0.5) > > So I uninstall those: gem uninstall activesupport --version=4.0.8 > gem uninstall actionpack --version=4.0.8 gem uninstall railties > --version=4.0.8 > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlPD3EIACgkQBPlUJ6RHaOQpLwCgwcF9K0t61KANLKLCapj+fQ+9 ELYAoL2xYkWWgxfl5P6qxPs6HwnqBo5y =oOiK -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
