zilverline / sequent

CQRS & event sourcing framework for Ruby
https://www.sequent.io
MIT License
541 stars 58 forks source link

Ruby 3.3 #419

Open lvonk opened 2 weeks ago

lvonk commented 11 hours ago

To those interested: we found an issue in our apps connected to cloudhsm of aws after upgrading to ruby 3.3. Openssl 3 deprecated the usage of engines and by default ruby does not enable them anymore. OpenSSL::Engine support need to be explicitly enabled by setting the compiler flag RUBY_CFLAGS=-DOSSL_USE_ENGINE (in rbenv in our case)... So waiting to merge until this runs in production without errors.