Skip to content

Commit

Permalink
Make nokogiri a development dependency, so users can work with whatev…
Browse files Browse the repository at this point in the history
…er XML parser they have in their project
  • Loading branch information
BiggerNoise committed Jan 20, 2022
1 parent cfc8004 commit 00811b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propono.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Gem::Specification.new do |spec|

spec.add_dependency "aws-sdk-sns"
spec.add_dependency "aws-sdk-sqs"
spec.add_dependency "nokogiri"

spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake"
spec.add_development_dependency "mocha"
spec.add_development_dependency "nokogiri"
spec.add_development_dependency "yard"
spec.add_development_dependency "minitest", "~> 5.0.8"
end

0 comments on commit 00811b4

Please sign in to comment.