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 #83

Closed
sgringwe opened this issue Mar 22, 2017 · 4 comments
Closed

Not compatible with Rails 5.1 #83

sgringwe opened this issue Mar 22, 2017 · 4 comments

Comments

@sgringwe
Copy link

When specifying gem 'rails', '~> 5.1.0.rc1' and the latest ld ruby gem, the following incompatibility is met:

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

    ldclient-rb (= 2.0.6) was resolved to 2.0.6, which depends on
      nio4r (~> 1.1)
:
@jkodumal
Copy link
Contributor

Hey @sgringwe thanks for the report -- looks like a transitive dependency conflict. We'll take a look and see if we can resolve it on our end.

This was referenced Mar 27, 2017
@adamlaunchingdarkly
Copy link
Contributor

adamlaunchingdarkly commented Mar 28, 2017

@sgringwe - We have just released version 2.1.1 as a fix. Thank you for reporting this!

@sgringwe
Copy link
Author

@adamlaunchingdarkly 🤔 I'm not seeing 2.1.1 on rubygems.org?

@adamlaunchingdarkly
Copy link
Contributor

@sgringwe - just bumped to 2.1.5. Please let me know if you run into any issues.

eli-darkly added a commit that referenced this issue Nov 3, 2018
don't use Thread.raise to stop PollingProcessor thread; add test for PollingProcessor.stop
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

3 participants