lib/cany/recipes/bundler/gem_db.rb in cany-0.5.3 vs lib/cany/recipes/bundler/gem_db.rb in cany-0.5.4

- old
+ new

@@ -27,6 +27,15 @@ Gem.specify :rmagick do depend 'libmagickcore-dev', situation: :build depend 'libmagickwand-dev', situation: :build end + + Gem.specify :libv8 do + depend 'python2.7', situation: :build + end + + Gem.specify :rugged do + depend 'cmake', situation: :build + depend 'pkg-config', situation: :build + end end