epafh/Gemfile

21 lines
308 B
Ruby
Raw Normal View History

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
2014-08-20 13:48:14 +00:00
gem 'mail'
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