1
0
Fork 0
forked from wezm/wezm.net

BSD compatible Gemfile

This commit is contained in:
Wesley Moore 2018-01-01 10:11:24 +11:00
parent 59115e1367
commit 611486fd9b
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,5 @@
require 'rbconfig'
source 'https://rubygems.org'
gem 'rake'
@ -15,3 +17,7 @@ gem 'systemu'
gem 'listen'
gem 'guard-nanoc'
gem 'adsf'
if RbConfig::CONFIG['target_os'] =~ /(?i-mx:bsd|dragonfly)/
gem 'rb-kqueue', '>= 0.2'
end

View file

@ -70,6 +70,8 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rb-kqueue (0.2.5)
ffi (>= 0.5.0)
rdiscount (2.2.0.1)
ruby_dep (1.5.0)
rubypants (0.6.0)
@ -99,10 +101,11 @@ DEPENDENCIES
nanoc (~> 3.0)
nokogiri
rake
rb-kqueue (>= 0.2)
rdiscount
rubypants
sass
systemu
BUNDLED WITH
1.15.4
1.16.0