summaryrefslogtreecommitdiff
path: root/Gemfile
blob: f708f443ebe4c35fa5552ca2c936ecff9076ff6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source 'https://rubygems.org'

group :registry do
  # rbot supports different databases for its persistent storage,
  # uncomment the one you plan on using:
  gem 'tokyocabinet' # core.db: tc
  #gem 'daybreak' # core.db: daybreak
  #gem 'sqlite3' # core.db: sqlite

end

gem 'mechanize'

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