We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29aa7d commit bbe8f78Copy full SHA for bbe8f78
bin/wkhtmltopdf
@@ -45,6 +45,8 @@ suffix = case RbConfig::CONFIG['host_os']
45
os = 'ubuntu_22.04' if os.start_with?('ubuntu_22.') ||
46
os.start_with?('ubuntu_24.') ||
47
os.start_with?('tuxedo_22.') ||
48
+ os.start_with?('neon_24.') ||
49
+ os.start_with?('neon_22.') ||
50
os.start_with?('linuxmint_22')
51
52
os = 'centos_6' if (os.start_with?('amzn_') && os != 'amzn_2' && os != 'amzn_2023') ||
0 commit comments