20 lines
308 B
Ruby
20 lines
308 B
Ruby
source "https://rubygems.org"
|
|
|
|
## TODO: move to epafh.gemspect
|
|
gem 'mail'
|
|
gem 'json'
|
|
gem 'thor'
|
|
gem 'pry'
|
|
gem 'pry-rescue'
|
|
|
|
# manage remote API/web page
|
|
gem 'mechanize'
|
|
|
|
# terminal colors
|
|
gem 'colorize'
|
|
|
|
# for hash validation
|
|
gem 'hash_validator'
|
|
|
|
# Specify your gem's dependencies in epafh.gemspec
|
|
gemspec
|