Could not open library ‘vips.42’; Could not open library ‘libvips.42.dylib’
If you have this problem on your local machine.. If you have just upgraded from rails 6 to 7, and have config.load_defaults 7.0 set in config/application.rb, then your app will use vips by default. If that’s what you want, just make sure vips is installed locally. You can install it with homebrew (thanks to @timroman … Read more