Patch #29441 » 29411-gemfile.diff
| 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 |
- « Previous
- 1
- 2
- Next »