Administrate: 0.2.2 depends on rails ~4.2

Created on 12 Oct 2016  路  3Comments  路  Source: thoughtbot/administrate

It appears that administrate should be working with rails 5 given #636 was recently merged. However when trying to run bundle install I'm receiving the following error:

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    rails (= 5.0.0.1)

    administrate (~> 0.2.2) was resolved to 0.2.2, which depends on
      rails (~> 4.2)

Is this a known issue? Should master be compatible with rails 5?

Most helpful comment

Hi @drewtunney, the PR was merged but we have not cut a release yet. You could directly specify the ref for now:

gem "administrate", git: "https://github.com/thoughtbot/administrate", ref: "84096ca0b90c91f3033d123ad4c2ff691123e73a"

All 3 comments

Hi @drewtunney, the PR was merged but we have not cut a release yet. You could directly specify the ref for now:

gem "administrate", git: "https://github.com/thoughtbot/administrate", ref: "84096ca0b90c91f3033d123ad4c2ff691123e73a"

@danbee understood, thanks. do you have a vague idea of when that release will be?

@drewtunney Version 0.3.0 was released last week which fixes this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Reedian picture Reedian  路  4Comments

preist picture preist  路  4Comments

ACPK picture ACPK  路  4Comments

steffenix picture steffenix  路  4Comments

MatthiasRMS picture MatthiasRMS  路  3Comments