Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install with rails 6.0.0 #1401

Closed
prateekkish opened this issue Aug 18, 2019 · 8 comments
Closed

Not able to install with rails 6.0.0 #1401

prateekkish opened this issue Aug 18, 2019 · 8 comments

Comments

@prateekkish
Copy link

prateekkish commented Aug 18, 2019

Trying to install administrate 0.11.0 with rails 6.0.0.
Actionpack compatibility fails.

Error:

  In snapshot (Gemfile.lock):
    actionpack (= 6.0.0)

  In Gemfile:
    administrate (~> 0.11.0) was resolved to 0.11.0, which depends on
      actionpack (>= 4.2, < 6.0)

    rails (~> 6.0.0) was resolved to 6.0.0, which depends on
      actionpack (= 6.0.0)

    administrate (~> 0.11.0) was resolved to 0.11.0, which depends on
      sass-rails (~> 5.0) was resolved to 5.1.0, which depends on
        sprockets-rails (>= 2.0, < 4.0) was resolved to 3.2.1, which depends on
          actionpack (>= 4.0)

@rwojnarowski
Copy link

rwojnarowski commented Aug 18, 2019

temp solution for this issue is to use master branch for this gem:
gem "administrate", git: "https://github.com/thoughtbot/administrate.git"

@nickcharlton
Copy link
Member

Thanks for reporting this!

We need to put out a release soon, and do some basic regression testing against Rails 6. I hope to do this this week (w/b: 2019-08-19).

@MattGaud2425
Copy link

Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
administrate was resolved to 0.6.0, which depends on
actionpack (>= 4.2, < 5.1)

rails (~> 6.0.0) was resolved to 6.0.0, which depends on
  actionpack (= 6.0.0)

Bundler could not find compatible versions for gem "rails":
In Gemfile:
rails (~> 6.0.0)

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

@prateekkish
Copy link
Author

Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
administrate was resolved to 0.6.0, which depends on
actionpack (>= 4.2, < 5.1)

rails (~> 6.0.0) was resolved to 6.0.0, which depends on
  actionpack (= 6.0.0)

Bundler could not find compatible versions for gem "rails":
In Gemfile:
rails (~> 6.0.0)

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

Check out @rwojnarowski 's comment. That works as a temporary solution till there's a new release that supports rails 6.0.

@prateekkish
Copy link
Author

Thanks for reporting this!

We need to put out a release soon, and do some basic regression testing against Rails 6. I hope to do this this week (w/b: 2019-08-19).

@nickcharlton Any updates on this?

@nickcharlton
Copy link
Member

There's some problems with model loading (see: #1406) which is holding us back, this took up enough time that I didn't get much further in being ready for a release. It'll be during this week, though.

@prateekkish
Copy link
Author

Are we waiting on a dependency to push out a release?

@nickcharlton
Copy link
Member

Yes, and that dependency was me. 👀

There was a bit more work I ended up doing, but 0.12.0 is out now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants