epafh/Gemfile
2014-08-20 15:48:14 +02:00

17 lines
200 B
Ruby

source "https://rubygems.org"
gem 'mail'
gem 'json'
gem 'thor'
gem 'pry'
# manage remote API/web page
gem 'mechanize'
# terminal colors
gem 'colorize'
# for hash validation
gem 'hash_validator'