summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-11 10:30:24 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-11 10:30:24 +0100
commitb65c9f21c97371b6fbdeeae2e44f4111313b4337 (patch)
tree57004c8006c81bd34d82bbaf6108b93b2b9414ab /Gemfile
parent6dbf83677d0dbaea92ad2f3a9f76f1e6c38300d7 (diff)
Activated dalli as the memcached client.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 0b9ba7a..8609613 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,18 +1,13 @@
source 'http://rubygems.org'
gem 'rails', '3.2.2'
-
gem 'bcrypt-ruby'
-
gem 'sqlite3'
-
gem 'mysql2'
-
gem 'cancan'
-
gem 'state_machine'
-
gem 'acts_as_list'
+gem 'dalli' # memcached
# Useful Rails 4 stuff
#