Skip to content

Commit 26d48a1

Browse files
committed
Fixes #38909 - Use syslog gem not in windows
1 parent 28f49c6 commit 26d48a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ end
1010

1111
# Changed from a default gem to a bundled gem in Ruby 3.4
1212
# See: https://stdgems.org/new-in/3.4/
13-
gem 'syslog' if RUBY_VERSION >= '3.4'
13+
gem 'syslog', :platforms => [:ruby] if RUBY_VERSION >= '3.4'

0 commit comments

Comments
 (0)