excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
http://jumpstartrails.com
MIT License
1.2k stars 316 forks source link

removed gem 'image_processing' from #add_gems #179

Closed captproton closed 2 years ago

captproton commented 2 years ago

Removed "gem 'image_processing'" from #add_gems because it's already in the Gemfile before #add_gems is run. Having image_processing mentioned twice in the Gemfile is causing errors.

afomera commented 2 years ago

Ran into this recently myself upon installing action_text. 👍

excid3 commented 2 years ago

We need to install image_processing if it's not there already. There's another thread about this and we'll want to apply that to all the gem dependencies.