Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

Rails version #165

Closed g8d3 closed 8 years ago

g8d3 commented 9 years ago

I found #124.

I created a hobo application, then cd to directory, and then run bundle and I got:

Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
    rails (= 4.2.3) ruby depends on
      railties (= 4.2.3) ruby depends on
        actionpack (= 4.2.3) ruby

    rails (= 4.2.3) ruby depends on
      railties (= 4.2.3) ruby depends on
        actionpack (= 4.2.3) ruby

    rails (= 4.2.3) ruby depends on
      railties (= 4.2.3) ruby depends on
        actionpack (= 4.2.3) ruby

    hobo (= 2.1.1) ruby depends on
      dryml (= 2.1.1) ruby depends on
        actionpack (~> 4.0.2) ruby

Any advice?

iox commented 9 years ago

Hi Juan,

Please try to uninstall rails 4.2, then install rails 4.0 and finally create a new hobo app.

Warm regards, Ignacio

iox commented 8 years ago

Now we have Rails 4.2 support. If you wish, you can try the latest version :)