Actions
Patch #32763
closedUpdate mini_magick to 4.11
Description
MiniMagick 4.10.0 has been released on 2018-01-06.
https://github.com/minimagick/minimagick/releases/tag/v4.10.0
diff --git a/Gemfile b/Gemfile
index 354adc747..4b4c176ee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,7 +31,7 @@ end
# Optional gem for exporting the gantt to a PNG file
group :minimagick do
- gem "mini_magick", "~> 4.9.5"
+ gem 'mini_magick', '~> 4.10.1'
end
# Optional Markdown support, not for JRuby
Related issues
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 4.2.0
Updated Gemfile.
Updated by Go MAEDA about 4 years ago
- Has duplicate Patch #34248: Update MiniMagick to 4.11 added
Updated by Go MAEDA about 4 years ago
- Subject changed from Update mini_magick to 4.10 to Update mini_magick to 4.11
Updated mini_magick to 4.11 in r20337.
Actions