mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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
This commit is contained in:
16
Gemfile
16
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
|
||||
|
||||
Reference in New Issue
Block a user