Skip to content

Commit 84e65dc

Browse files
kenhysWatson1978
andauthored
Backport(v1.16): Revert "windows: add workaround for unexpected exception (#4747)" (#4833) (#4923)
**Which issue(s) this PR fixes**: Backport #4833 Fixes #4742 **What this PR does / why we need it**: This reverts commit b193dc4. Because ruby/logger#107 was fixed. **Docs Changes**: **Release Note**: Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com> Co-authored-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 5f95d70 commit 84e65dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fluentd.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ Gem::Specification.new do |gem|
3232
gem.add_runtime_dependency("console", ["< 1.24"])
3333

3434
# gems that aren't default gems as of Ruby 3.5
35-
# logger 1.6.3 or later cause bug on windows,
36-
# hold on 1.6.2 for a while. see https://github.com/ruby/logger/issues/107
37-
gem.add_runtime_dependency("logger", ["1.6.2"])
35+
gem.add_runtime_dependency("logger", ["~> 1.6"])
3836

3937
# build gem for a certain platform. see also Rakefile
4038
fake_platform = ENV['GEM_BUILD_FAKE_PLATFORM'].to_s

0 commit comments

Comments
 (0)