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