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 32f24a6 commit 2b15854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/vendor.rb
Expand Up @@ -14,7 +14,7 @@
end

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

0 comments on commit 2b15854

Please sign in to comment.