commentable_on.gemspec in commentable_on-0.1.0 vs commentable_on.gemspec in commentable_on-1.0.0

- old
+ new

@@ -24,6 +24,9 @@ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + + # Gem dependencies + spec.add_dependency "ancestry", "~> 4.2" end