Add image_processing gems
This commit is contained in:
parent
6b42021668
commit
c8bf9cd701
2 changed files with 7 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -55,6 +55,7 @@ gem 'qx', path: 'gems/ruby-qx'
|
|||
# Images
|
||||
gem 'carrierwave', '~> 1.3' # https://github.com/carrierwaveuploader/carrierwave
|
||||
gem 'mini_magick', '~> 4.9'
|
||||
gem 'image_processing', '~> 1.10.3'
|
||||
|
||||
# User authentication
|
||||
# https://github.com/plataformatec/devise
|
||||
|
|
|
@ -224,6 +224,9 @@ GEM
|
|||
i18n-js (3.3.0)
|
||||
i18n (>= 0.6.6)
|
||||
i18n_data (0.8.0)
|
||||
image_processing (1.10.3)
|
||||
mini_magick (>= 4.9.5, < 5)
|
||||
ruby-vips (>= 2.0.17, < 3)
|
||||
jaro_winkler (1.5.3)
|
||||
jbuilder (2.10.0)
|
||||
activesupport (>= 5.0.0)
|
||||
|
@ -376,6 +379,8 @@ GEM
|
|||
rake (>= 0.8.1)
|
||||
ruby-prof (0.15.9)
|
||||
ruby-progressbar (1.10.1)
|
||||
ruby-vips (2.0.17)
|
||||
ffi (~> 1.9)
|
||||
safe_yaml (1.0.5)
|
||||
sassc (2.0.1)
|
||||
ffi (~> 1.9)
|
||||
|
@ -478,6 +483,7 @@ DEPENDENCIES
|
|||
heroku-deflater (~> 0.6.3)
|
||||
httparty (~> 0.17.0)
|
||||
i18n-js (~> 3.3)
|
||||
image_processing (~> 1.10.3)
|
||||
jbuilder (~> 2.10)
|
||||
lograge (~> 0.11.2)
|
||||
mail_view (~> 2.0)
|
||||
|
|
Loading…
Reference in a new issue