18 lines
229 B
Ruby
18 lines
229 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem 'mail'
|
|
gem 'json'
|
|
#gem 'bson'
|
|
gem 'thor'
|
|
gem 'pry'
|
|
gem 'pry-rescue'
|
|
|
|
# manage remote API/web page
|
|
gem 'mechanize'
|
|
|
|
# terminal colors
|
|
gem 'colorize'
|
|
|
|
# for hash validation
|
|
gem 'hash_validator'
|
|
|