refinery/refinerycms-page-images

Unable to use Rails 5.2.0 because of version globalize and activerecord

ttmthanh opened this issue · 5 comments

Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    refinerycms was resolved to 4.0.2, which depends on
      refinerycms-pages (= 4.0.2) was resolved to 4.0.2, which depends on
awesome_nested_set (>= 3.1.0, ~> 3.1) was resolved to 3.1.4, which
depends on
          activerecord (< 5.3, >= 4.0.0)

    refinerycms-authentication-devise was resolved to 2.0.0, which depends on
      friendly_id (~> 5.2.1) was resolved to 5.2.4, which depends on
        activerecord (>= 4.0.0)

    refinerycms-page-images was resolved to 4.0.0, which depends on
      globalize (~> 5.1.0) was resolved to 5.1.0, which depends on
        activerecord (< 5.2, >= 4.2)

    rails (~> 5.2.1) was resolved to 5.2.1, which depends on
      activerecord (= 5.2.1)

    refinerycms was resolved to 4.0.2, which depends on
      refinerycms-core (= 4.0.2) was resolved to 4.0.2, which depends on
        activerecord (< 6, >= 5.2.0)

See #149

I still don't understand...

Unfortunately, though we wish we did, we don't have the time or capacity to immediately make sure the latest version of everything works with the latest version of Rails. Pull Request #149 is the work in progress toward making this extension work with the Rails 5.2+ version of Refinery which doesn't use Globalize but instead uses Mobility, but it's not merged yet.

I'm very sad for that...

You could help in #149 if you wish to make it go faster. 👍