Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'font-awesome-sass', '~> 4.7.0'
gem 'trix-rails', require: 'trix'
gem 'devise'
gem 'mini_magick'
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.12'
gem 'file_validators'
gem 'remotipart', '~> 1.2'
gem 'flatpickr_rails'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
warden (~> 1.2.3)
erubi (1.9.0)
execjs (2.7.0)
ffi (1.11.1)
ffi (1.15.5)
file_validators (2.3.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
Expand All @@ -127,9 +127,9 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
image_processing (1.9.3)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.13, < 3)
ruby-vips (>= 2.0.17, < 3)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)
Expand Down Expand Up @@ -213,8 +213,8 @@ GEM
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
ruby-vips (2.0.16)
ffi (~> 1.9)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_dep (1.5.0)
rubyzip (2.0.0)
sass (3.7.4)
Expand Down Expand Up @@ -303,7 +303,7 @@ DEPENDENCIES
flatpickr_rails
font-awesome-sass (~> 4.7.0)
httparty
image_processing (~> 1.2)
image_processing (~> 1.12)
jbuilder (~> 2.5)
jquery-rails
listen (>= 3.0.5, < 3.2)
Expand Down