]> source.dussan.org Git - redmine.git/commitdiff
Remove code related to JRuby and unsupported Ruby versions (#29441).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 13:48:03 +0000 (13:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 20 Jun 2019 13:48:03 +0000 (13:48 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@18295 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index c2234f9bdc72422a2e70329dc184f9cb6f094edf..654bd9a4802f8e86bebfa197f64caedad40074ba 100644 (file)
--- 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