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 @@ -87,7 +87,7 @@ group :storage do
gem "google-cloud-storage", "~> 1.11", require: false
gem "azure-storage-blob", require: false

gem "image_processing", "~> 1.2"
gem "image_processing", "~> 1.12"
end

# Action Mailbox
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ GEM
faye-websocket (0.11.0)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
ffi (1.15.0)
ffi (1.15.0-java)
ffi (1.15.0-x64-mingw32)
ffi (1.15.0-x86-mingw32)
ffi (1.15.5)
ffi (1.15.5-java)
ffi (1.15.5-x64-mingw32)
ffi (1.15.5-x86-mingw32)
fugit (1.4.4)
et-orbi (~> 1.1, >= 1.1.8)
raabro (~> 1.4)
Expand Down Expand Up @@ -291,7 +291,7 @@ GEM
httpclient (2.8.3)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
image_processing (1.12.1)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jdbc-mysql (5.1.47)
Expand Down Expand Up @@ -361,6 +361,8 @@ GEM
ast (~> 2.4.1)
path_expander (1.1.0)
pg (1.2.3)
pg (1.2.3-x64-mingw32)
pg (1.2.3-x86-mingw32)
psych (3.3.1)
public_suffix (4.0.6)
puma (5.2.2)
Expand Down Expand Up @@ -438,7 +440,7 @@ GEM
rack (>= 1.1)
rubocop (>= 0.90.0, < 2.0)
ruby-progressbar (1.11.0)
ruby-vips (2.1.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby2_keywords (0.0.4)
rubyzip (2.3.0)
Expand Down Expand Up @@ -579,7 +581,7 @@ DEPENDENCIES
delayed_job_active_record
google-cloud-storage (~> 1.11)
hiredis
image_processing (~> 1.2)
image_processing (~> 1.12)
json (>= 2.0.0)
kindlerb (~> 1.2.0)
libxml-ruby
Expand Down