Hi! While installing the bundle for salor-retail, I was flummoxed by this problem with rmagic:
https://github.com/rmagick/rmagick/issues/61
however, a change to the Gemfile fixed it:
-gem 'rmagick', '2.13.1'
+gem 'rmagick', '2.13.2'
rmagic pushed out that minor release to fix this issues, so I imagine using the more up-to-date- gem is OK?
yeah, should be okay. We are going to keep rmagick 2.13.1 for now, since our target distribution is Debian Wheezy, and 2.13.1 is available there as a package.
Hi! While installing the bundle for salor-retail, I was flummoxed by this problem with rmagic: https://github.com/rmagick/rmagick/issues/61 however, a change to the Gemfile fixed it: -gem 'rmagick', '2.13.1' +gem 'rmagick', '2.13.2'
rmagic pushed out that minor release to fix this issues, so I imagine using the more up-to-date- gem is OK?