2014-08-20 13:48:14 +00:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
2015-11-24 23:03:10 +00:00
|
|
|
## TODO: move to epafh.gemspect
|
2015-11-24 23:22:57 +00:00
|
|
|
gem 'mail', '~> 2.6.3'
|
2014-08-20 13:48:14 +00:00
|
|
|
gem 'json'
|
|
|
|
gem 'thor'
|
|
|
|
gem 'pry'
|
2015-11-24 18:05:52 +00:00
|
|
|
gem 'pry-rescue'
|
2014-08-20 13:48:14 +00:00
|
|
|
|
|
|
|
# manage remote API/web page
|
|
|
|
gem 'mechanize'
|
|
|
|
|
|
|
|
# terminal colors
|
|
|
|
gem 'colorize'
|
|
|
|
|
|
|
|
# for hash validation
|
|
|
|
gem 'hash_validator'
|
|
|
|
|
2015-11-24 23:03:10 +00:00
|
|
|
# Specify your gem's dependencies in epafh.gemspec
|
|
|
|
gemspec
|