Skip to content

Commit 6a257c6

Browse files
authored
Bump image processing gem (#701)
2 parents 6195cd8 + fba0fb9 commit 6a257c6

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "bcrypt", "~> 3.1.22"
1010
gem "bootsnap", require: false
1111
gem "csv"
1212
gem "herb", "~> 0.10.1"
13-
gem "image_processing", "~> 1.14"
13+
gem "image_processing", "~> 2.0"
1414
gem "importmap-rails"
1515
gem "inline_svg"
1616
gem "jbuilder"

Gemfile.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,7 @@ GEM
228228
zeitwerk
229229
i18n (1.14.8)
230230
concurrent-ruby (~> 1.0)
231-
image_processing (1.14.0)
232-
mini_magick (>= 4.9.5, < 6)
233-
ruby-vips (>= 2.0.17, < 3)
231+
image_processing (2.0.1)
234232
importmap-rails (2.2.3)
235233
actionpack (>= 6.0.0)
236234
activesupport (>= 6.0.0)
@@ -286,8 +284,6 @@ GEM
286284
net-smtp
287285
marcel (1.2.1)
288286
matrix (0.4.3)
289-
mini_magick (5.3.1)
290-
logger
291287
mini_mime (1.1.5)
292288
minitest (6.0.6)
293289
drb (~> 2.0)
@@ -513,9 +509,6 @@ GEM
513509
rubocop-performance (>= 1.24)
514510
rubocop-rails (>= 2.30)
515511
ruby-progressbar (1.13.0)
516-
ruby-vips (2.3.0)
517-
ffi (~> 1.12)
518-
logger
519512
rubyzip (3.3.1)
520513
scout_apm (6.2.0)
521514
parser
@@ -643,7 +636,7 @@ DEPENDENCIES
643636
faker
644637
herb (~> 0.10.1)
645638
hotwire-spark
646-
image_processing (~> 1.14)
639+
image_processing (~> 2.0)
647640
importmap-rails
648641
inline_svg
649642
jbuilder

0 commit comments

Comments
 (0)