Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base64 to the gemspec #13390

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 11, 2024

  1. Add base64 to the gemspec

    base64 will no longer be the default gem in the Ruby 3.4, without this
    patch following warning message may come from ruby 3.3+
    
        /opt/vagrant/lib/vagrant/util/powershell.rb:4: warning: base64 was
        loaded from the standard library, but will no longer be part of the
        default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec.
    
    See thinreports/thinreports-generator#134
    
    Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
    hswong3i committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fdf56aa View commit details
    Browse the repository at this point in the history