nucore-open
                                
                                
                                
                                    nucore-open copied to clipboard
                            
                            
                            
                        Bump mini_magick from 4.11.0 to 4.12.0
Bumps mini_magick from 4.11.0 to 4.12.0.
Release notes
Sourced from mini_magick's releases.
v4.12.0
- Added new
 tmpdirconfiguration, which defaults toDir.tmpdir(#541)MiniMagick.configure do |config| config.tmpdir = File.join(Dir.tmpdir, "/my/new/tmp_dir") end- Don't leave temporary files lying around when
 MiniMagick::Image#formatfailed (#547)- Replace
 File.exists?withFile.exist?, which should fix Ruby 3.2 compatibility (#550)- Fixed a case where the log could not be parsed correctly when there were multiple lines (#540)
 - Added status to the exception message when the ImageMagick command fails (#542)
 - Allow passing format to Image#get_pixels so we can request "RGBA" pixels (#537)
 - Suppress warning to ambiguous argument (#529)
 - Use
 Thread#joinwith atimeoutargument instead of the Timeout standard library (#525)
Commits
2a4d0fcBump to 4.12.0448350aRemove failing spec6151060Fix handling of tempfile inMiniMagick::Image#format(#547)79ac98aspec: Replace deprecated File.exists? with File.exist? (#550)2ed9959Merge pull request #540 from lab-kw/fix_parse_warnings_regex31cd87fadd a test case8a8e4a9remove d*575ba0fChange gsub to tr (#543)67903ebAdd configuration to change temporary directory (#541)42e9d01Add cmd status to exception (#542)- Additional commits viewable in compare view
 
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)