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 @@ -46,7 +46,7 @@ gem "civil_service", github: "neinteractiveliterature/civil_service", branch: "n

# File uploading
gem "aws-sdk-s3"
gem "image_processing", "~> 1.2"
gem "image_processing", "~> 2.0"
gem "ruby-vips"

# Filthy lucre
Expand Down
7 changes: 2 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,7 @@ GEM
logger
ostruct
ice_cube (0.17.0)
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
image_processing (2.0.1)
io-console (0.8.2)
irb (1.18.0)
pp (>= 0.6.0)
Expand Down Expand Up @@ -370,7 +368,6 @@ GEM
memory_profiler (1.1.0)
method_source (1.0.0)
mini_histogram (0.3.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.27.0)
minitest-focus (1.4.1)
Expand Down Expand Up @@ -748,7 +745,7 @@ DEPENDENCIES
graphql-rails_logger
holidays
icalendar
image_processing (~> 1.2)
image_processing (~> 2.0)
liquid
listen
lograge
Expand Down
Loading