mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Forgot to update load path dir for vendored memcache
This commit is contained in:
@@ -1131,4 +1131,3 @@ module Continuum
|
||||
end
|
||||
|
||||
end
|
||||
require 'continuum_native'
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user