-
Notifications
You must be signed in to change notification settings - Fork 39
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
JonathanTron
wants to merge
11
commits into
wconrad:master
Choose a base branch
from
openhood:update-for-new-rubies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Dec 30, 2023
-
Generate a new insecure cert with a 2048bits key, as smaller key size…
… fails in newer implementation
Configuration menu - View commit details
-
Copy full SHA for daa338a - Browse repository at this point
Copy the full SHA daa338aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5900631 - Browse repository at this point
Copy the full SHA 5900631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38afc3c - Browse repository at this point
Copy the full SHA 38afc3cView commit details -
Update dependencies, drop "double-bag-ftps" in favor of "net-ftp", an…
…d update minimum ruby version supported to >= 2.7
Configuration menu - View commit details
-
Copy full SHA for a78fd8b - Browse repository at this point
Copy the full SHA a78fd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c98d16 - Browse repository at this point
Copy the full SHA 8c98d16View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 26bcbd7 - Browse repository at this point
Copy the full SHA 26bcbd7View commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8afadf - Browse repository at this point
Copy the full SHA c8afadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3858830 - Browse repository at this point
Copy the full SHA 3858830View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be1452c - Browse repository at this point
Copy the full SHA be1452cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84401d3 - Browse repository at this point
Copy the full SHA 84401d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 263325a - Browse repository at this point
Copy the full SHA 263325aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.