-
Notifications
You must be signed in to change notification settings - Fork 53
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
Attempting to install on fresh Rails 5.1 app fails #91
Comments
Hi @patcoll, thanks for your report. I think it's likely that we just have an over-restrictive version specification for our
|
@ashanbrown That bundles for me just fine. However, I'm gleefully unaware of the differences in API between nio4r versions 1 and 2. I've never used the gem before. From some snooping in the gemspec, it appears there are Ruby version concerns around the major version change? I'm not sure. I forked the See this PR: #92 |
Release https://github.com/launchdarkly/ruby-client/releases/tag/2.3.1 should bundle with Rails 5.1. Please do let us know if there are any other issues with Rails 4.1. Closing for now. |
make some dependencies less strict and remove some unused ones
Steps to reproduce:
rails new testapp
Gemfile
gem 'ldclient-rb', '~> 2.2.7'
gem 'ldclient-rb', github: 'launchdarkly/ruby-client', ref: 'fbccbb1'
bundle
Expected behavior is that the gem would install cleanly. Instead, I get:
It looks like the
nio4r
version conflicts with that of ActionCable, a new feature/dependency of Rails 5.1.I'm not sure what the upgrade path from
nio4r
1.x to 2.x is. I looked at the docs and it was not obvious at all. Could someone shed any light on that?The text was updated successfully, but these errors were encountered: