Skip to content

Commit 9951e69

Browse files
committed
update mini_magick to the latest version
v 4.9.2 avoids some warnings that show in our tests. Although Gemfile.lock currently specifies 4.8.0, the CI already runs 4.9.2 so 4.8.0 warnings do not show in our CI logs.
1 parent baffada commit 9951e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ GEM
310310
mime-types-data (~> 3.2015)
311311
mime-types-data (3.2018.0812)
312312
mimemagic (0.3.2)
313-
mini_magick (4.8.0)
313+
mini_magick (4.9.2)
314314
mini_mime (1.0.1)
315315
mini_portile2 (2.3.0)
316316
minitest (5.11.3)
@@ -568,4 +568,4 @@ DEPENDENCIES
568568
websocket-client-simple!
569569

570570
BUNDLED WITH
571-
1.16.4
571+
1.16.5

0 commit comments

Comments
 (0)