Patch #32763
Update mini_magick to 4.11
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Gems support | |||
Target version: | 4.2.0 |
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
History
#1
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version set to 4.2.0
Updated Gemfile.
#2
Updated by Go MAEDA 4 months ago
- Duplicated by Patch #34248: Update MiniMagick to 4.11 added