-
Notifications
You must be signed in to change notification settings - Fork 27
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
Gem conflict error: json-2.0.2 conflicts with json (~> 1.8) #36
Comments
Hi. I have checked the json version in my td-agent2 latest environment which has installed
|
@okkez Did you have ever faced any this related issue in other plugins? |
No, I haven't. Could you show me full configuration? @toddysm |
thanks @okkez |
Here is the full gem list that I have on my machine: addressable (2.5.0) |
I think that you have installed fluentd into your existing environment. Would you please try to use independent ruby environment for fluentd? |
After installing into an independent ruby environment I get the following error:
I guess the reason is that you guys are using |
I had the same problem with fluentd docker image: |
@okkez |
OK. I will work for this in early April. |
Thank you very much. |
status has updated. ref #39 |
Hi there (cc: @toddysm @ottimo ) - s.add_runtime_dependency "twitter", "~> 5.0"
+ s.add_runtime_dependency "twitter", "~> 6.0" Would you please try it on? |
I am trying to set this up on Docker using 'fluentd-0.12.31' Fluentd image and it seems the plugin requires implicitly json-1.8 while fluent requires json-2.0. Is there any hard requirement for json-1.8 and can we update the dependencies?
The text was updated successfully, but these errors were encountered: