Based on the issue https://github.com/uploadcare/uploadcare-rails/issues/105, I wrote some information that can help someone else.
It says that we need to specify gem "dotenv-rails", require: "dotenv/rails-now" and not gem "dotenv-rails" to be able to use uploadcare-rails
Description
Based on the issue https://github.com/uploadcare/uploadcare-rails/issues/105, I wrote some information that can help someone else. It says that we need to specify
gem "dotenv-rails", require: "dotenv/rails-now"
and notgem "dotenv-rails"
to be able to useuploadcare-rails