Skip to content

Commit 2ea881b

Browse files
Bump image_processing from 1.14.0 to 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](janko/image_processing@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] <support@github.com>
1 parent 75b2b6a commit 2ea881b

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
@@ -52,7 +52,7 @@ gem "lograge"
5252
gem "rack-attack"
5353

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

5858
# Use dotenv for environment variables

Gemfile.lock

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ GEM
219219
domain_name (~> 0.5)
220220
i18n (1.14.8)
221221
concurrent-ruby (~> 1.0)
222-
image_processing (1.14.0)
223-
mini_magick (>= 4.9.5, < 6)
224-
ruby-vips (>= 2.0.17, < 3)
222+
image_processing (2.0.2)
225223
importmap-rails (2.2.3)
226224
actionpack (>= 6.0.0)
227225
activesupport (>= 6.0.0)
@@ -294,8 +292,6 @@ GEM
294292
matrix (0.4.3)
295293
maxminddb (0.1.22)
296294
memory_profiler (1.1.0)
297-
mini_magick (5.3.1)
298-
logger
299295
mini_mime (1.1.5)
300296
minitest (6.0.6)
301297
drb (~> 2.0)
@@ -619,7 +615,7 @@ DEPENDENCIES
619615
geocoder
620616
good_job
621617
http
622-
image_processing (~> 1.2)
618+
image_processing (~> 2.0)
623619
importmap-rails
624620
inertia_rails (~> 3.21)
625621
jbuilder

0 commit comments

Comments
 (0)