Skip to content

Dependencies should be in gemspec #1

@aprescott

Description

@aprescott

Your Gemfile contains dependencies, but these don't exist in your gemspec file. add_runtime_dependency and add_development_dependency should be used in the gemspec, then Gemfile can contain the line:

gemspec

to rely on the gemspec.

Without this, users of the library will need to manually cover Nokogiri. (Your other dependencies are dev-only, I believe.)

http://gembundler.com/v1.2/rubygems.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions