Skip to content

Commit

Permalink
Allow memcache-client versions > 1.5.x to override bundled version
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Peek <josh@joshpeek.com>
  • Loading branch information
Joshua Sierles authored and josh committed Feb 12, 2009
1 parent 3942cb4 commit 11b4a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/vendor.rb
Expand Up @@ -9,7 +9,7 @@
require 'builder'

begin
gem 'memcache-client', '~> 1.5.0.5'
gem 'memcache-client', '>= 1.5.0.5'
rescue Gem::LoadError
$:.unshift "#{File.dirname(__FILE__)}/vendor/memcache-client-1.5.0.5"
end
Expand Down

0 comments on commit 11b4a6d

Please sign in to comment.