I\'m attempting to do a bundle update on my rails application but I get the following error:
bundle update
Installing ffi (1.0.11) with native extensions Unfo
Ubuntu Trusty LTS 14.04
Needed to switch from ruby 2.2.1 to 2.3.0 to support newer gem versions in Rails app.
Solution:
rvm get stable
rvm remove 2.3.0
rvm install 2.3.0
bundle install