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.
experimental ruby 3.1 support
you should be able to build and test by setting env var ruby_version to 3.1, then running the script
start_dev.sh
clearly, something changes in ruby 3.1 and tls. freetds receives an
error "Adaptive Server connection failed", which turns out to be
ssl related. updating dependencies version did not fix the issue. but
further research found it is a known issue with other projects that
depend on the freetds library.
i tried updating openssl to the latest version, that didn't work.
the only thing that has given progress so far is setting freetds
to build with gnutls instead of openssl, which seem to be solution
accepted by most people.
as a result, it may be needed to switch tinytds to gnutls