Skip to content
Closed
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 @@ -59,7 +59,7 @@ gem "kamal", require: false
gem "thruster", require: false

# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
gem "image_processing", "~> 1.2"
gem "image_processing", "~> 2.0"

# Google Drive API - Using specific service gem as recommended
gem "google-apis-drive_v3", "~> 0.82.0"
Expand Down
18 changes: 2 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,6 @@ GEM
json (~> 2.0)
mime-types (~> 3.4)
rack (~> 3.1)
ffi (1.17.2-aarch64-linux-gnu)
ffi (1.17.2-aarch64-linux-musl)
ffi (1.17.2-arm-linux-gnu)
ffi (1.17.2-arm-linux-musl)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
Expand Down Expand Up @@ -255,9 +248,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.2)
importmap-rails (2.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
Expand Down Expand Up @@ -307,8 +298,6 @@ GEM
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0924)
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (5.27.0)
msgpack (1.8.1)
Expand Down Expand Up @@ -509,9 +498,6 @@ GEM
faraday (>= 1)
faraday-multipart (>= 1)
ruby-progressbar (1.13.0)
ruby-vips (2.2.5)
ffi (~> 1.12)
logger
rubyzip (3.4.0)
securerandom (0.4.1)
selenium-webdriver (4.45.0)
Expand Down Expand Up @@ -643,7 +629,7 @@ DEPENDENCIES
googleauth (~> 1.17)
heroicon
icalendar (~> 2.12)
image_processing (~> 1.2)
image_processing (~> 2.0)
importmap-rails
jbuilder
jsbundling-rails (~> 1.3)
Expand Down
Loading