17 lines
200 B
Text
17 lines
200 B
Text
|
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'
|
||
|
|