]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - Gemfile
ensures the path reported by gems does exists
[user/henk/code/ruby/rbot.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 1a28c9a2a4d11efe1cf8dd122e7330350612713a..410820918d59bfbea42673ac5e94d27b43c5bd62 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
@@ -11,3 +19,6 @@ group :optional do
   gem 'oauth2'
 end
 
+gem "rake", "~> 13.0"
+gem "gettext", "~> 3.3"
+gem "test-unit", "~> 3.3"