epimorphics / json-rails-logger

A custom rails logger that outputs JSON instead of raw text
MIT License
1 stars 1 forks source link

Resolves open-ended dependencies warning on publish #43

Closed jonrandahl closed 1 year ago

jonrandahl commented 1 year ago

When attempting to build the gem for publishing to the GitHub Package Repository, the CLI warned not to use an open-ended version, e.g. >=0, but use a bounded requirement, such as ~> x.y for gem dependencies specified in the .gemspec. Also includes the updated CHANGELOG to reflect this as well as the incremented suffix for the version cadence.