Load memcached in case we are using it

This commit is contained in:
Tom Hughes 2011-10-02 17:10:37 +01:00
parent 2c837d896d
commit c3436ec9c4
2 changed files with 4 additions and 2 deletions

View file

@ -34,8 +34,8 @@ gem 'SystemTimer', '>= 1.1.3', :require => 'system_timer'
# Load httpclient for SOAP support for Quova GeoIP queries
gem 'httpclient'
# Should only load if memcache is in use
#gem 'memcached'
# Load memcache in case we are using it
gem 'memcached'
# Gems needed for running tests
group :test do

View file

@ -60,6 +60,7 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcached (1.3.3)
mime-types (1.16)
multi_json (1.0.3)
multipart-post (1.1.3)
@ -150,6 +151,7 @@ DEPENDENCIES
dynamic_form
httpclient
libxml-ruby (>= 2.0.5)
memcached
oauth-plugin (>= 0.4.0.pre7)
open_id_authentication (>= 1.1.0)
pg