summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthias H <apoc@sixserv.org>2014-03-06 12:48:50 +0100
committerMatthias H <apoc@sixserv.org>2014-03-06 12:48:50 +0100
commit011ec3cd5103823271ebe26f831425244bedf69f (patch)
tree64df7ee5117cf78a434e4ff2af830ed74d9331f8 /Gemfile
parent6b36c31037276f3c5a511e6e568481c8446a6fab (diff)
[gemfile] add (uncommented) deps for all dbtypes
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