From 85f135ef0f5ef11081fb14fe223cc5333853801e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:53:12 +0000 Subject: [PATCH] build(deps): bump image_processing from 2.0.3 to 2.1.0 Bumps [image_processing](https://github.com/janko/image_processing) from 2.0.3 to 2.1.0. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5fc1090e9d..6472d884c3 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "flipper-ui" # Web UI for managing feature flags gem "friendly_id", "~> 5.7.0" # Allows us to use a slug instead of CASA case IDs in their URLs gem "groupdate" # Group data by time periods gem "httparty" # HTTP network requests -gem "image_processing", "~> 2.0" # Image processing helpers +gem "image_processing", "~> 2.1" # Image processing helpers gem "jbuilder" # JSON API builder gem "jsbundling-rails" # JavaScript bundling gem "lograge" # Log less so Heroku Papertrail quits rate limiting our logs diff --git a/Gemfile.lock b/Gemfile.lock index 9c1ed4eba3..b634f7b1ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM multi_xml (>= 0.5.2) i18n (1.15.2) concurrent-ruby (~> 1.0) - image_processing (2.0.3) + image_processing (2.1.0) io-console (0.9.2) irb (1.18.0) pp (>= 0.6.0) @@ -712,7 +712,7 @@ DEPENDENCIES friendly_id (~> 5.7.0) groupdate httparty - image_processing (~> 2.0) + image_processing (~> 2.1) jbuilder jsbundling-rails letter_opener