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 compatible with Rails 5.1.0.rc1 #394

Closed
jonhue opened this issue Mar 20, 2017 · 3 comments
Closed

Not compatible with Rails 5.1.0.rc1 #394

jonhue opened this issue Mar 20, 2017 · 3 comments

Comments

@jonhue
Copy link

jonhue commented Mar 20, 2017

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
rails (~> 5.1.0.rc1) x86-mingw32 was resolved to 5.1.0.rc1, which depends on
      railties (= 5.1.0.rc1) x86-mingw32

sass-rails (~> 6.0.0.beta1) x86-mingw32 was resolved to 6.0.0.beta1, which
depends on
      railties (< 5.0, >= 4.0.0) x86-mingw32

Output after running bundle update

@rafaelfranca
Copy link
Member

rafaelfranca commented Mar 27, 2017

sass-rails 5.0.6 is compatible. Why are you using the beta version?

@jonhue
Copy link
Author

jonhue commented Mar 27, 2017

@rafaelfranca I just wanted to be on the latest release.
Why is 5.0.6 compatible and 6.0.0 not?

@rafaelfranca
Copy link
Member

rafaelfranca commented Mar 27, 2017

Because the 6.0.0.beta1 is not ready yet.

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