summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-08 06:22:31 +0000
committerGitHub <[email protected]>2026-06-08 06:22:31 +0000
commit2d978d7b673630bf66767c2e883529c347c69e36 (patch)
treeb5b0f82e6b543f7c65fca51f31d1bd5179f8f95c /Gemfile
parent952c6b565832dd0dbcef7a9a80edc871f79e15a8 (diff)
downloaddispatch-api-dependabot/bundler/image_processing-2.0.2.tar.gz
dispatch-api-dependabot/bundler/image_processing-2.0.2.zip
Bump image_processing from 1.14.0 to 2.0.2dependabot/bundler/image_processing-2.0.2
Bumps [image_processing](https://github.com/janko/image_processing) from 1.14.0 to 2.0.2. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.14.0...v2.0.2) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 222a1e7..3535d9f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,7 +30,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"
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin Ajax possible
# gem "rack-cors"