Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:02

Fixed

  • Declare base64 and logger as runtime dependencies. Both left Ruby's default gems
    (base64 in 3.4, logger in 3.5) and are required directly by the runtime, so require "dinie"
    raised LoadError: cannot load such file -- base64 on Ruby ≥3.4 (the gem supports >= 3.1).