epafh/Gemfile
@@@No user configured@@@ df4745bcf1 Contraint on dependency.
2015-11-25 00:22:57 +01:00

21 lines
320 B
Ruby

source "https://rubygems.org"
## TODO: move to epafh.gemspect
gem 'mail', '~> 2.6.3'
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