source 'https://rubygems.org'

gemspec

gem 'rake'

gem 'roo'

gem 'minitest'
gem 'minitest-reporters'


group :benchmarks do
  gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
  gem 'write_xlsx'
  gem 'xlsxtream'
  gem 'benchmark-ips'
  gem 'process_memory', git: 'https://github.com/paxa/process_memory', platforms: :ruby
end
