Add export to research plan details using client side rendered html and an api using pandoc
... | ... | @@ -97,9 +97,13 @@ gem 'axlsx', git: 'https://github.com/randym/axlsx' |
gem 'rmagick' | ||
gem 'rtf' | ||
gem 'sablon', git: 'https://github.com/ComPlat/sablon' | ||
# Import of elements from XLS and CSV file | ||
gem 'roo', '>2.5.0' | ||
# export reseearch plan | ||
gem 'pandoc-ruby' | ||
gem 'faraday', '~> 0.12.1' | ||
gem 'faraday_middleware', '~> 0.12.1' | ||
gem 'httparty' | ||
... | ... |
Please register or sign in to comment