Skip to content

Commit 4342311

Browse files
Watson1978kenhys
authored andcommitted
Revert "windows: add workaround for unexpected exception (fluent#4747)" (fluent#4833)
**Which issue(s) this PR fixes**: Fixes fluent#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>
1 parent 854213b commit 4342311

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)