Persistent "libcrypto loading in an unsafe way" Error with Ruby on Rails on macOS

Hello,

I am using a 2017 MacBook Pro with an Intel chip, running Ruby version 2.7.8, Rails 5.2.6, and OpenSSL 1.1. I’ve installed Ruby using rbenv and ruby-build.

I am persistently receiving the following error when trying to create a database with Rails:

WARNING: /Users/logan/.rbenv/versions/2.7.8/bin/ruby is loading libcrypto in an unsafe way
zsh: abort bundle exec bin/rails db:create

I’m not sure but did you try any of the results from googling?

I found this one but I’m not sure.

Hey @zzak , found the solution, just update eth gem. Thanks.