diff --git a/Gemfile b/Gemfile index 048197b13..c6edcf370 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ end # Optional gem for exporting the gantt to a PNG file group :minimagick do - gem 'mini_magick', '~> 4.10.1' + gem 'mini_magick', '~> 4.11.0' end # Optional Markdown support, not for JRuby