summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f9132281f..2498eefa5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,7 +32,7 @@ end
platforms :mri, :mingw, :x64_mingw do
# Optional gem for exporting the gantt to a PNG file, not supported with jruby
group :rmagick do
- gem "rmagick", ">= 2.0.0"
+ gem "rmagick", "~> 2.13.4"
end
# Optional Markdown support, not for JRuby