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 @@ -50,7 +50,7 @@ gem "thruster", require: false
gem "neighbor", "~> 1.0"

# Image processing
gem "image_processing", "~> 1.2"
gem "image_processing", "~> 2.0"

# Timezone data
gem "tzinfo-data", platforms: %i[ windows jruby ]
Expand Down
18 changes: 2 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@ GEM
net-http (~> 0.5)
faraday-retry (2.4.0)
faraday (~> 2.0)
ffi (1.17.3-aarch64-linux-gnu)
ffi (1.17.3-aarch64-linux-musl)
ffi (1.17.3-arm-linux-gnu)
ffi (1.17.3-arm-linux-musl)
ffi (1.17.3-arm64-darwin)
ffi (1.17.3-x86_64-linux-gnu)
ffi (1.17.3-x86_64-linux-musl)
fugit (1.12.1)
et-orbi (~> 1.4)
raabro (~> 1.4)
Expand All @@ -170,9 +163,7 @@ GEM
hashdiff (1.2.1)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
image_processing (2.0.1)
importmap-rails (2.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
Expand Down Expand Up @@ -211,8 +202,6 @@ GEM
net-smtp
marcel (1.1.0)
matrix (0.4.3)
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (6.0.4)
drb (~> 2.0)
Expand Down Expand Up @@ -396,9 +385,6 @@ GEM
faraday (>= 1)
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
ruby-vips (2.3.0)
ffi (~> 1.12)
logger
rubyzip (3.2.2)
securerandom (0.4.1)
selenium-webdriver (4.43.0)
Expand Down Expand Up @@ -517,7 +503,7 @@ DEPENDENCIES
faker
faraday (~> 2.0)
faraday-retry
image_processing (~> 1.2)
image_processing (~> 2.0)
importmap-rails
kamal
neighbor (~> 1.0)
Expand Down
Loading