Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gemfile.lock: fix dependency due to fix build error on windows (#730)
This should fix following error when build Windows package on `feature-nodowntime` branch. ``` Downloading fluentd-1.17.1 revealed dependencies not in the API or the lockfile (logger (~> 1.6)). Either installing with `--full-index` or running `bundle update fluentd` should fix the problem. rake aborted! Command failed with status (34): [C:/opt/fluent/bin/bundle _2.3.27_ install ...] C:/fluent-package-5.1.0/fluent-package/Rakefile:462:in `block (2 levels) in defi ne' Tasks: TOP => msi:selfbuild => build:all => build:licenses => build:gems => buil d:ruby_gems (See full trace by running task with --trace) rake aborted! ``` Signed-off-by: Shizuo Fujita <[email protected]>
- Loading branch information