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

(maint) Test bolt against ruby 3.2 #3191

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Mar 2, 2023

  1. (maint) Test bolt against ruby 3.2

    Assuming the github action runners can run ruby 3.2, try to use this version to test bolt against. This will likely be the version of ruby puppet 8 ships with so we want to make sure bolt is ready.
    donoghuc committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1e2937f View commit details
    Browse the repository at this point in the history
  2. (packaging) Bump net-scp to take up ruby 3.2 comliant version

    This commit bumps net-scp to the latest 4.y version to take advantage of ruby 3.2 support
    donoghuc committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2fedeff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a913c77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62d31fe View commit details
    Browse the repository at this point in the history
  5. (temp) Use experimental rubyntlm fork for now

    Openssl3 dropped some deprecated crypto algorithms. While we figure out how we want to address this (maybe enable deprecated provider in openssl we ship or somehow force NTMLv2) pull in a solution that vendors MD4 algorithms in the rubyntlm library.
    donoghuc committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3d5ecd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f489a59 View commit details
    Browse the repository at this point in the history