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

Support for rails 5.2 #156

Open
lancecarlson opened this issue Aug 15, 2019 · 1 comment
Open

Support for rails 5.2 #156

lancecarlson opened this issue Aug 15, 2019 · 1 comment

Comments

@lancecarlson
Copy link

I couldn't figure out why it bundler was complaining about this gem using rails 5.2.3. Perhaps it just me?

Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    activerecord (~> 5.2.3) was resolved to 5.2.3, which depends on
      activesupport (= 5.2.3)

    standalone_migrations (~> 5.2.7) was resolved to 5.2.7, which depends on
      railties (>= 4.2.7, < 5.3.0) was resolved to 4.2.8.rc1, which depends on
        activesupport (= 4.2.8.rc1)
@jrochkind
Copy link
Contributor

I think bundler is just getting confused, and some variety of bundle update should fix it.

The gemspec say should support anything less than Rails 5.3.

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

2 participants