We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e576002 commit b0cb780Copy full SHA for b0cb780
magellan-tdiary/build/Gemfile.local
@@ -1,5 +1,7 @@
1
gem "puma"
2
gem "mysql2"
3
+gem "hiredis"
4
+gem "redis", require: ["redis", "redis/connection/hiredis"]
5
6
gem "tdiary", path: "."
7
gem "tdiary-contrib", github: "tdiary/tdiary-contrib"
0 commit comments