From 54acf556abf57d3a898318611845bccc71260a3b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 20 Jun 2019 13:48:03 +0000 Subject: [PATCH] Remove code related to JRuby and unsupported Ruby versions (#29441). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18295 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index c2234f9bd..654bd9a48 100644 --- a/Gemfile +++ b/Gemfile @@ -29,16 +29,14 @@ group :openid do gem "rack-openid" 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.16.0" - end +# Optional gem for exporting the gantt to a PNG file, not supported with jruby +group :rmagick do + gem "rmagick", "~> 2.16.0" +end - # Optional Markdown support, not for JRuby - group :markdown do - gem "redcarpet", "~> 3.4.0" - end +# Optional Markdown support, not for JRuby +group :markdown do + gem "redcarpet", "~> 3.4.0" end # Include database gems for the adapters found in the database -- 2.39.5