From: Jean-Philippe Lang Date: Thu, 20 Jun 2019 13:48:03 +0000 (+0000) Subject: Remove code related to JRuby and unsupported Ruby versions (#29441). X-Git-Tag: 4.1.0~773 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=54acf556abf57d3a898318611845bccc71260a3b;p=redmine.git 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 --- 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