How to install ffi on Heroku

∥☆過路亽.° 提交于 2019-12-05 22:08:15
Naysawn

I followed the following steps to deal with the same issue. I would suggest doing the same

  1. Add ffi to your local gemfile, specifying its version to be 1.9.0, e.g. gem 'ffi', '= 1.9.0'
  2. Uninstall version 1.9.3 from your local box gem uninstall ffi -v 1.9.3
  3. Run bundle update ffi
  4. Commit the changes
  5. Push the changes to heroku.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!