Fix 'rake nanoc:watch' on hardenedbsd.

This commit is contained in:
0x1eef 2024-03-12 05:47:48 -03:00
parent 4dc4a335fe
commit 510abf3031
2 changed files with 1 additions and 4 deletions

View file

@ -5,7 +5,7 @@ gemspec
require 'rbconfig' require 'rbconfig'
case RbConfig::CONFIG['target_os'] case RbConfig::CONFIG['target_os']
when /(?i-mx:bsd|dragonfly)/ when /(?i-mx:bsd|dragonfly)/
gem 'rb-kqueue', '>= 0.2' # gem 'rb-kqueue', '>= 0.2'
else else
# Poll # Poll
end end

View file

@ -68,8 +68,6 @@ GEM
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rb-kqueue (0.2.8)
ffi (>= 0.5.0)
rbtree (0.4.6) rbtree (0.4.6)
ryo.rb (0.4.7) ryo.rb (0.4.7)
sass (3.7.4) sass (3.7.4)
@ -100,7 +98,6 @@ DEPENDENCIES
nanoc (~> 4.12) nanoc (~> 4.12)
nanoc-webpack.rb (~> 0.5) nanoc-webpack.rb (~> 0.5)
rainpress (~> 1.0) rainpress (~> 1.0)
rb-kqueue (>= 0.2)
sass (~> 3.7) sass (~> 3.7)
twenty-client! twenty-client!