Skip to content

Commit 9475601

Browse files
committed
Use syslog gem not in windows
1 parent 28f49c6 commit 9475601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)