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

Bundler dependency problem with Rails 4-0-stable #18

Closed
floehopper opened this issue Sep 3, 2013 · 4 comments
Closed

Bundler dependency problem with Rails 4-0-stable #18

floehopper opened this issue Sep 3, 2013 · 4 comments

Comments

@floehopper
Copy link

I was seeing the following error when trying to use Rails 4-0-stable branch (from Github)
in the Gemfile of my Rails app:

Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
    activerecord-session_store (>= 0) ruby depends on
      actionpack (= 4.0.0) ruby

    activerecord-session_store (>= 0) ruby depends on
      actionpack (4.0.0.rc2)

I came up with this fix, but I don't think it's the right solution, since it means people can't use activerecord-session_store with beta or release-candidate versions of Rails v4.0.0.

Does anyone have any better ideas?

@marnen
Copy link

marnen commented Oct 18, 2013

@floehopper FWIW, I'm having the same problem. I'll use your fix for the time being, but I agree that something better should be done.

@robin850
Copy link
Member

There are similar issues with coffe-rails and the Rails' 4-0-stable branch but this is related to Bundler (please see rubygems/bundler#2583). Could you try to comment the gem in your Gemfile, bundle 4-0-stable and uncomment it please ?

@rafaelfranca
Copy link
Member

Should be fixed on 0.1.0

@floehopper
Copy link
Author

Thanks.

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