Defect #37394 » 37394.patch
| Gemfile | ||
|---|---|---|
| 36 | 36 |
gem "html-pipeline", "~> 2.13.2" |
| 37 | 37 |
gem "sanitize", "~> 6.0" |
| 38 | 38 | |
| 39 |
gem "commonmarker", '~> 2.3.0' |
|
| 40 |
gem 'deckar01-task_list', '2.3.2' |
|
| 41 | ||
| 39 | 42 |
# Optional gem for LDAP authentication |
| 40 | 43 |
group :ldap do |
| 41 | 44 |
gem 'net-ldap', '~> 0.17.0' |
| ... | ... | |
| 46 | 49 |
gem 'mini_magick', '~> 5.2.0' |
| 47 | 50 |
end |
| 48 | 51 | |
| 49 |
# Optional CommonMark support, not for JRuby |
|
| 50 |
group :common_mark do |
|
| 51 |
gem "commonmarker", '~> 2.3.0' |
|
| 52 |
gem 'deckar01-task_list', '2.3.2' |
|
| 53 |
end |
|
| 54 | ||
| 55 | 52 |
# Include database gems for the adapters found in the database |
| 56 | 53 |
# configuration file |
| 57 | 54 |
database_file = File.join(File.dirname(__FILE__), "config/database.yml") |