bborn / communityengine

Adds basic social networking capabilities to your existing application, including users, blogs, photos, clippings, favorites, and more.
http://www.communityengine.org
Other
1.14k stars 317 forks source link

Any news about supporting Rails 6? #334

Closed zoopyserg closed 3 years ago

zoopyserg commented 3 years ago

I tried it and got this:

Bundler could not find compatible versions for gem "rails":
  In snapshot (Gemfile.lock):
    rails (= 6.1.3.2)

  In Gemfile:
    rails (~> 6.1.3, >= 6.1.3.2)

    community_engine was resolved to 2.0.0.beta2, which depends on
      rails (= 3.1.2)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Bundler could not find compatible versions for gem "sass-rails":
  In snapshot (Gemfile.lock):
    sass-rails (= 6.0.0)

  In Gemfile:
    sass-rails (>= 6)

    community_engine was resolved to 2.3.2, which depends on
      sass-rails (~> 3.2.3)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

Tl dr: it needs to at least update sass-rails before it's usable.

bborn commented 3 years ago

Sorry - I'm not updating this gem anymore. Feel free to fork and update.