summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4329d2003..f5428377d 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