Skip to content

Resolve gem build warnings #91

Description

@synth

gem build gives the following output we should resolve at some point

$ gem build
WARNING:  open-ended dependency on debug (>= 1.0.0, development) is not recommended
  if debug is semantically versioned, use:
    add_development_dependency "debug", "~> 1.0", ">= 1.0.0"
WARNING:  make sure you specify the oldest ruby version constraint (like ">= 3.0") that you want your gem to support by setting the `required_ruby_version` gemspec attribute
WARNING:  You have specified the uri:
  https://github.com/synth/rails_mail
for all of the following keys:
  homepage_uri
  source_code_uri
Only the first one will be shown on rubygems.org
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: rails_mail
  Version: 0.12.0
  File: rails_mail-0.12.0.gem

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