Skip to content

Commit 086e1d8

Browse files
Bump image_processing from 1.14.0 to 2.0.1
Bumps [image_processing](https://github.com/janko/image_processing) from 1.14.0 to 2.0.1. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](janko/image_processing@v1.14.0...v2.0.1) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 630c7dd commit 086e1d8

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ gem "lograge"
5555
gem "rack-attack"
5656

5757
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
58-
gem "image_processing", "~> 1.2"
58+
gem "image_processing", "~> 2.0"
5959
gem "ruby-vips", "~> 2.3", require: false
6060

6161
# Use dotenv for environment variables

Gemfile.lock

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ GEM
232232
domain_name (~> 0.5)
233233
i18n (1.14.8)
234234
concurrent-ruby (~> 1.0)
235-
image_processing (1.14.0)
236-
mini_magick (>= 4.9.5, < 6)
237-
ruby-vips (>= 2.0.17, < 3)
235+
image_processing (2.0.1)
238236
importmap-rails (2.2.3)
239237
actionpack (>= 6.0.0)
240238
activesupport (>= 6.0.0)
@@ -307,8 +305,6 @@ GEM
307305
matrix (0.4.3)
308306
maxminddb (0.1.22)
309307
memory_profiler (1.1.0)
310-
mini_magick (5.3.1)
311-
logger
312308
mini_mime (1.1.5)
313309
minitest (6.0.6)
314310
drb (~> 2.0)
@@ -643,7 +639,7 @@ DEPENDENCIES
643639
geocoder
644640
good_job
645641
http
646-
image_processing (~> 1.2)
642+
image_processing (~> 2.0)
647643
importmap-rails
648644
inertia_rails (~> 3.21)
649645
jbuilder

0 commit comments

Comments
 (0)