refinery / refinerycms-i18n

I18n logic for Refinery CMS

Home Page:http://refinerycms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failing on Travis only

bricesanchez opened this issue · comments

https://travis-ci.org/refinery/refinerycms-i18n

Could you help me to find what happens and where to fix?

In Gemfile:
    refinerycms-testing was resolved to 4.0.0.dev, which depends on
      rspec-rails (~> 3.5) was resolved to 3.5.0, which depends on
        railties (>= 3.0) was resolved to 5.1.1, which depends on
          actionpack (= 5.1.1)
    refinerycms was resolved to 4.0.0.dev, which depends on
      refinerycms-core (= 4.0.0.dev) was resolved to 4.0.0.dev, which depends on
        actionpack (< 5.1, >= 5.0.0)
    refinerycms-testing was resolved to 4.0.0.dev, which depends on
      rspec-rails (~> 3.5) was resolved to 3.5.0, which depends on
        actionpack (>= 3.0)

refinerycms-core is blocking the update to Rails 5.1 in this instance

Yes we want this because not all libs are available for rails 5.1 :(

Fixed by #67