We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f49c6 commit 9475601Copy full SHA for 9475601
Gemfile
@@ -10,4 +10,4 @@ end
10
11
# Changed from a default gem to a bundled gem in Ruby 3.4
12
# See: https://stdgems.org/new-in/3.4/
13
-gem 'syslog' if RUBY_VERSION >= '3.4'
+gem 'syslog', :platforms => [:ruby] if RUBY_VERSION >= '3.4'
0 commit comments