Closed pmk1c closed 4 years ago
Don't bundle the gems for editing the images, but make them optional.
begin require 'mini_magick' rescue LoadError #... end
That way we have less dependencies and one can bundle only the needed gems in a project.
Don't bundle the gems for editing the images, but make them optional.
That way we have less dependencies and one can bundle only the needed gems in a project.