]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
[gemfile] add (uncommented) deps for all dbtypes
authorMatthias H <apoc@sixserv.org>
Thu, 6 Mar 2014 11:48:50 +0000 (12:48 +0100)
committerMatthias H <apoc@sixserv.org>
Thu, 6 Mar 2014 11:48:50 +0000 (12:48 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 1a28c9a2a4d11efe1cf8dd122e7330350612713a..f708f443ebe4c35fa5552ca2c936ecff9076ff6e 100644 (file)
--- 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