refinery / refinerycms-news

News Plugin for Refinery CMS
http://www.refinerycms.com
MIT License
121 stars 120 forks source link

Refinery-cms News don't work on refinery-cms 3.0.1 #160

Closed moisesnandres closed 8 years ago

moisesnandres commented 8 years ago
Bundler could not find compatible versions for gem "refinerycms-core":
  In Gemfile:
    refinerycms-news (~> 2.1.0) ruby depends on
      refinerycms-core (~> 2.1.0) ruby
    refinerycms-wymeditor (>= 1.0.6, ~> 1.0) ruby depends on
      refinerycms-core (3.0.0)

Is there an update?

scallyw4g commented 8 years ago

Similarly, with refinerycms-news ~> 2.1, I'm getting:

Bundler could not find compatible versions for gem "friendly_id":
  In Gemfile:
    refinerycms (~> 3.0.0) ruby depends on
      refinerycms-pages (= 3.0.0) ruby depends on
        friendly_id (~> 5.1.0) ruby

    refinerycms (~> 3.0.0) ruby depends on
      refinerycms-pages (= 3.0.0) ruby depends on
        friendly_id (~> 5.1.0) ruby

    refinerycms-news (~> 2.1) ruby depends on
      friendly_id (~> 4.0.9) ruby

Using refinerycms-news 0.9.8.4 fixes the problem.

UPDATE: Using master branch

gem 'refinerycms-news', github: 'refinery/refinerycms-news', branch: 'master'

works fine for me :)

CedricLor commented 8 years ago

Agreed, it definitely does not work properly. Even if the bundle install works well with the version coming straight from the repo, the following step fails lamentably and no migration is created.

bricesanchez commented 8 years ago

I'm able to start a dummy app of this extension with Refinery 3.0.0 .

Could you paste us your Gemfile.lock and the complete stacktrace ?

CedricLor commented 8 years ago

Sorry, my bad. As mentionned on the gitter, this was an issue related to my install of Ruby, not to refinery-cms.

bricesanchez commented 8 years ago

No problem :)