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

Update deps and fix tests for new Ruby versions #59

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Dec 30, 2023

  1. Generate a new insecure cert with a 2048bits key, as smaller key size…

    … fails in newer implementation
    JonathanTron committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    daa338a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5900631 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38afc3c View commit details
    Browse the repository at this point in the history
  4. Update dependencies, drop "double-bag-ftps" in favor of "net-ftp", an…

    …d update minimum ruby version supported to >= 2.7
    JonathanTron committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a78fd8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c98d16 View commit details
    Browse the repository at this point in the history
  6. Fix explicit TLS issues in Ruby >= 3.1

    In older rubies, using an `SSLSocket` before a session was started
    worked as a normal (plain text) `Socket` (displaying a warning).
    After ruby 3.1 it raised an error, the workaround is to use the
    underlying `Socket` (via `to_io`) until an SSL session is started.
    JonathanTron committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    26bcbd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    c8afadf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3858830 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    be1452c View commit details
    Browse the repository at this point in the history
  2. Drop Gemfile.lock

    JonathanTron committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    84401d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    263325a View commit details
    Browse the repository at this point in the history