aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorLuca Guidi <guidi.luca@gmail.com>2008-11-03 10:07:05 +0100
committerMichael Koziarski <michael@koziarski.com>2008-11-06 19:59:02 +0000
commit4ccbc5dffb980edf35be899889f9e227dbd426c7 (patch)
tree28aacc749f7a7a6c17820a58cc1d09e0f4843877 /activesupport/lib/active_support/vendor.rb
parent099f10679ec6d9ead9606cac2f843e854787db0c (diff)
downloadrails-4ccbc5dffb980edf35be899889f9e227dbd426c7.tar.gz
rails-4ccbc5dffb980edf35be899889f9e227dbd426c7.tar.bz2
rails-4ccbc5dffb980edf35be899889f9e227dbd426c7.zip
Increment the version of our modified memcache_client code to prevent users with the gem installed not seeing our changes.
The changes will be submitted upstream. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1239 state:committed]
Diffstat (limited to 'activesupport/lib/active_support/vendor.rb')
-rw-r--r--activesupport/lib/active_support/vendor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/vendor.rb b/activesupport/lib/active_support/vendor.rb
index 633eb2ef08..dc98936525 100644
--- a/activesupport/lib/active_support/vendor.rb
+++ b/activesupport/lib/active_support/vendor.rb
@@ -14,9 +14,9 @@ rescue Gem::LoadError
end
begin
- gem 'memcache-client', '~> 1.5.0'
+ gem 'memcache-client', '~> 1.5.1'
rescue Gem::LoadError
- $:.unshift "#{File.dirname(__FILE__)}/vendor/memcache-client-1.5.0"
+ $:.unshift "#{File.dirname(__FILE__)}/vendor/memcache-client-1.5.1"
end
begin