-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Describe the bug
I can't upgrade to Fluentd 1.19.0 using bundler due to an inability to reconcile the dependencies.
To Reproduce
Attempt to use Fluentd 1.19.0 with bundler.
Expected behavior
I'd expect to be able to install Fluentd 1.19.0 with bundler.
Your Environment
- Fluentd version: 1.19.0
- Package version: n/a
- Operating system: n/a
- Kernel version: n/aYour Configuration
n/aYour Error Log
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies...
Could not find compatible versions
Because every version of async-http depends on async >= 2.10.2
and every version of async depends on io-event ~> 1.11,
every version of async-http requires io-event ~> 1.11.
And because fluentd >= 1.19.0 depends on async-http ~> 0.86,
fluentd >= 1.19.0 requires io-event ~> 1.11.
So, because fluentd >= 1.19.0 depends on io-event < 1.11.0
and Gemfile depends on fluentd = 1.19.0,
version solving has failed.Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done