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 rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ group :storage do
gem "google-cloud-storage", "~> 1.11", require: false
gem "azure-storage", require: false

gem "image_processing", "~> 1.2"
gem "image_processing", "~> 1.12"
gem "ffi", "<= 1.9.21"
end

Expand Down
16 changes: 6 additions & 10 deletions rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@ GEM
tzinfo
event_emitter (0.2.6)
eventmachine (1.2.7)
eventmachine (1.2.7-java)
eventmachine (1.2.7-x64-mingw32)
eventmachine (1.2.7-x86-mingw32)
execjs (2.7.0)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -276,13 +273,12 @@ GEM
hiredis (0.6.1)
hiredis (0.6.1-java)
http_parser.rb (0.6.0)
http_parser.rb (0.6.0-java)
httpclient (2.8.3)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
image_processing (1.2.0)
mini_magick (~> 4.0)
ruby-vips (>= 2.0.10, < 3)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-like (0.3.0)
jdbc-mysql (5.1.46)
jdbc-postgres (42.1.4)
Expand Down Expand Up @@ -319,7 +315,7 @@ GEM
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.8.0)
mini_magick (4.11.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
Expand Down Expand Up @@ -414,7 +410,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
ruby-vips (2.0.12)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby_dep (1.5.0)
rubyzip (1.2.1)
Expand Down Expand Up @@ -537,7 +533,7 @@ DEPENDENCIES
ffi (<= 1.9.21)
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