summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1a28c9a2..f708f443 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,15 @@
source 'https://rubygems.org'
-gem 'tokyocabinet'
+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