aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/memcache.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/vendor/memcache.rb')
-rw-r--r--activesupport/lib/active_support/vendor/memcache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/vendor/memcache.rb b/activesupport/lib/active_support/vendor/memcache.rb
index d0c9c9f8b5..442f50a817 100644
--- a/activesupport/lib/active_support/vendor/memcache.rb
+++ b/activesupport/lib/active_support/vendor/memcache.rb
@@ -1,6 +1,6 @@
begin
require 'memcache'
rescue LoadError
- $:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'memcache-client-1.6.5', 'lib'))
+ $:.unshift File.expand_path(File.join(File.dirname(__FILE__), 'memcache-client-1.7.5', 'lib'))
retry
end