]> BookStack Code Mirror - api-scripts/blob - ruby-generate-csv-list-of-all-pages/Gemfile
Adding a Ruby example, exporting list of all pages for use in CSV/Excel
[api-scripts] / ruby-generate-csv-list-of-all-pages / Gemfile
1 source 'https://rubygems.org'
2
3 gem 'httparty'
4 gem 'dotenv'
5 gem 'logger'