refinery / refinerycms-page-images

Adds an images tab to your pages so you can format a group of images really nicely on the frontend
104 stars 120 forks source link

Installing latest refinerycms-page-images for refinerycms edge #128

Closed krisquigley closed 9 years ago

krisquigley commented 9 years ago

Rails 4.1.10 Ruby 2.2.1

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

  In Gemfile:
    globalize (< 5.2, >= 4.0.0) ruby

    refinerycms-page-images (>= 0) ruby depends on
      globalize (~> 5.0) ruby

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

Changing globalize to gem 'globalize', '~> 5.0', gives:

Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    rails (= 4.1.10) ruby depends on
      activerecord (= 4.1.10) ruby

    refinerycms-news (>= 0) ruby depends on
      refinerycms-settings (~> 3.0.0) ruby depends on
        refinerycms-core (>= 3.0.0, ~> 3.0) ruby depends on
          activerecord (< 5.0, >= 4.1.5) ruby

    refinerycms-news (>= 0) ruby depends on
      refinerycms-settings (~> 3.0.0) ruby depends on
        refinerycms-core (>= 3.0.0, ~> 3.0) ruby depends on
          awesome_nested_set (~> 3.0.0) ruby depends on
            activerecord (< 5, >= 4.0.0) ruby

    refinerycms (>= 0) ruby depends on
      refinerycms-authentication (= 3.0.0) ruby depends on
        friendly_id (~> 5.1.0) ruby depends on
          activerecord (>= 4.0.0) ruby

    globalize (~> 5.0) ruby depends on
      activerecord (< 4.3, >= 4.2.0) ruby

Is refinerycms now compatible with rails 4.2?

bricesanchez commented 9 years ago

Yes it is on master :)