8 lines
110 B
Ruby
8 lines
110 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
gemspec
|
||
|
# For test OCR
|
||
|
gem 'rtesseract'
|
||
|
gem 'mini_magick'
|
||
|
gem 'active_support'
|