Skip to content

Dependencies should be in gemspec #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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