epafh/Gemfile

19 lines
229 B
Ruby
Raw Normal View History

2014-08-20 13:48:14 +00:00
source "https://rubygems.org"
gem 'mail'
gem 'json'
2015-11-24 18:05:52 +00:00
#gem 'bson'
2014-08-20 13:48:14 +00:00
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'