Skip to content

Commit 72c783a

Browse files
Build(deps): bump image_processing from 1.14.0 to 2.0.1 (#36)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1c220a commit 72c783a

2 files changed

Lines changed: 4 additions & 27 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem "kamal", require: false
3838
gem "thruster", require: false
3939

4040
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
41-
gem "image_processing", "~> 1.2"
41+
gem "image_processing", "~> 2.0"
4242

4343
group :development, :test do
4444
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ GEM
132132
tzinfo
133133
faker (3.8.0)
134134
i18n (>= 1.8.11, < 2)
135-
ffi (1.17.4-aarch64-linux-gnu)
136-
ffi (1.17.4-aarch64-linux-musl)
137-
ffi (1.17.4-arm-linux-gnu)
138-
ffi (1.17.4-arm-linux-musl)
139-
ffi (1.17.4-arm64-darwin)
140-
ffi (1.17.4-x86_64-linux-gnu)
141-
ffi (1.17.4-x86_64-linux-musl)
142135
fugit (1.12.1)
143136
et-orbi (~> 1.4)
144137
raabro (~> 1.4)
@@ -147,9 +140,7 @@ GEM
147140
i18n (1.14.8)
148141
concurrent-ruby (~> 1.0)
149142
ice_nine (0.11.2)
150-
image_processing (1.14.0)
151-
mini_magick (>= 4.9.5, < 6)
152-
ruby-vips (>= 2.0.17, < 3)
143+
image_processing (2.0.1)
153144
importmap-rails (2.2.3)
154145
actionpack (>= 6.0.0)
155146
activesupport (>= 6.0.0)
@@ -189,8 +180,6 @@ GEM
189180
net-smtp
190181
marcel (1.1.0)
191182
matrix (0.4.3)
192-
mini_magick (5.3.1)
193-
logger
194183
mini_mime (1.1.5)
195184
minitest (6.0.6)
196185
drb (~> 2.0)
@@ -323,9 +312,6 @@ GEM
323312
rubocop-performance (>= 1.24)
324313
rubocop-rails (>= 2.30)
325314
ruby-progressbar (1.13.0)
326-
ruby-vips (2.3.0)
327-
ffi (~> 1.12)
328-
logger
329315
rubyzip (3.3.0)
330316
securerandom (0.4.1)
331317
selenium-webdriver (4.44.0)
@@ -431,7 +417,7 @@ DEPENDENCIES
431417
capybara
432418
debug
433419
faker (~> 3.8)
434-
image_processing (~> 1.2)
420+
image_processing (~> 2.0)
435421
importmap-rails
436422
jbuilder
437423
kamal
@@ -495,18 +481,11 @@ CHECKSUMS
495481
erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
496482
et-orbi (1.4.0) sha256=6c7e3c90779821f9e3b324c5e96fda9767f72995d6ae435b96678a4f3e2de8bc
497483
faker (3.8.0) sha256=c147b308df73a90f27a4fc84f18d4c22ef0ad9c2a64b2b61c86fd0ca71753efc
498-
ffi (1.17.4-aarch64-linux-gnu) sha256=b208f06f91ffd8f5e1193da3cae3d2ccfc27fc36fba577baf698d26d91c080df
499-
ffi (1.17.4-aarch64-linux-musl) sha256=9286b7a615f2676245283aef0a0a3b475ae3aae2bb5448baace630bb77b91f39
500-
ffi (1.17.4-arm-linux-gnu) sha256=d6dbddf7cb77bf955411af5f187a65b8cd378cb003c15c05697f5feee1cb1564
501-
ffi (1.17.4-arm-linux-musl) sha256=9d4838ded0465bef6e2426935f6bcc93134b6616785a84ffd2a3d82bc3cf6f95
502-
ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
503-
ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
504-
ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
505484
fugit (1.12.1) sha256=5898f478ede9b415f0804e42b8f3fd53f814bd85eebffceebdbc34e1107aaf68
506485
globalid (1.3.0) sha256=05c639ad6eb4594522a0b07983022f04aa7254626ab69445a0e493aa3786ff11
507486
i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
508487
ice_nine (0.11.2) sha256=5d506a7d2723d5592dc121b9928e4931742730131f22a1a37649df1c1e2e63db
509-
image_processing (1.14.0) sha256=754cc169c9c262980889bec6bfd325ed1dafad34f85242b5a07b60af004742fb
488+
image_processing (2.0.1) sha256=69c93216dafe1179343a6c3ae8bfa554e3c1f5eece4043f255595e76df2cbf3f
510489
importmap-rails (2.2.3) sha256=7101be2a4dc97cf1558fb8f573a718404c5f6bcfe94f304bf1f39e444feeb16a
511490
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
512491
irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
@@ -520,7 +499,6 @@ CHECKSUMS
520499
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
521500
marcel (1.1.0) sha256=fdcfcfa33cc52e93c4308d40e4090a5d4ea279e160a7f6af988260fa970e0bee
522501
matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b
523-
mini_magick (5.3.1) sha256=29395dfd76badcabb6403ee5aff6f681e867074f8f28ce08d78661e9e4a351c4
524502
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
525503
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
526504
msgpack (1.8.0) sha256=e64ce0212000d016809f5048b48eb3a65ffb169db22238fb4b72472fecb2d732
@@ -571,7 +549,6 @@ CHECKSUMS
571549
rubocop-rails (2.35.0) sha256=a5d9f0f6c6d9b73d9ddd181c4c0b6d2e00dd17107480828d31c7b369ebfcd49c
572550
rubocop-rails-omakase (1.1.0) sha256=2af73ac8ee5852de2919abbd2618af9c15c19b512c4cfc1f9a5d3b6ef009109d
573551
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
574-
ruby-vips (2.3.0) sha256=e685ec02c13969912debbd98019e50492e12989282da5f37d05f5471442f5374
575552
rubyzip (3.3.0) sha256=a372fc67892a4f8c0bc8ec906b720353d8e48807a64b2e63adf99b1e3583a034
576553
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
577554
selenium-webdriver (4.44.0) sha256=6f1df072529af369589c46f0e01132952aabb250cfd683c274d74dc1eb5d8477

0 commit comments

Comments
 (0)