Project

General

Profile

Patch #29441 » 29411-gemfile.diff

Go MAEDA, 2018-11-27 12:17

View differences:

Gemfile (working copy)
35 35
  gem "rack-openid"
36 36
end
37 37

  
38
platforms :mri, :mingw, :x64_mingw do
39
  # Optional gem for exporting the gantt to a PNG file, not supported with jruby
40
  group :rmagick do
41
    gem "rmagick", ">= 2.14.0"
42
  end
38
# Optional gem for exporting the gantt to a PNG file
39
group :rmagick do
40
  gem "rmagick", ">= 2.14.0"
41
end
43 42

  
44
  # Optional Markdown support, not for JRuby
45
  group :markdown do
46
    gem "redcarpet", "~> 3.4.0"
47
  end
43
# Optional Markdown support
44
group :markdown do
45
  gem "redcarpet", "~> 3.4.0"
48 46
end
49 47

  
50 48
# Include database gems for the adapters found in the database
(2-2/2)