Load memcached in case we are using it
This commit is contained in:
parent
2c837d896d
commit
c3436ec9c4
2 changed files with 4 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue