summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 1a28c9a2a4d11efe1cf8dd122e7330350612713a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
source 'https://rubygems.org'

gem 'tokyocabinet'
gem 'mechanize'

group :optional do
  gem 'shorturl' # shorturl
  gem 'tzinfo' # time
  gem 'oauth' # twitter
  gem 'oauth2'
end