Skip to content

Commit cf30f0b

Browse files
committed
Revert "windows: add workaround for unexpected exception (fluent#4747)"
This reverts commit b193dc4. Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent f0d2e1f commit cf30f0b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

fluentd.gemspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ Gem::Specification.new do |gem|
4242
gem.add_runtime_dependency("drb", ["~> 2.2"])
4343

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

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

0 commit comments

Comments
 (0)