diff --git a/asciidoctor-git-include.gemspec b/asciidoctor-git-include.gemspec index 1ad275c..4892a6a 100644 --- a/asciidoctor-git-include.gemspec +++ b/asciidoctor-git-include.gemspec @@ -9,5 +9,4 @@ Gem::Specification.new do |s| s.license = "MIT" s.files = "lib/asciidoctor-git-include.rb" s.add_runtime_dependency "asciidoctor", "~> 2.0" - s.add_development_dependency 'rspec', '~> 3.12' end