diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-31 15:48:23 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-31 15:53:58 +0200 |
commit | 87df06171ebfdcab01f377e4e040f72b4ba3b013 (patch) | |
tree | bc75efea57c67280fd1a9675fb7131b026d5d8ce /Gemfile.lock | |
parent | bdb4288ab82bab14619fe817020e90e48a97e1d4 (diff) | |
download | gitlab-ce-87df06171ebfdcab01f377e4e040f72b4ba3b013.tar.gz |
Bump redis-store to 1.1.6 and remove redid-store-fix-expiryredis-store
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 44365017edc..58622f2ac10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -508,7 +508,7 @@ GEM rdoc (3.12.2) json (~> 1.4) redcarpet (3.3.2) - redis (3.1.0) + redis (3.2.1) redis-actionpack (4.0.0) actionpack (~> 4) redis-rack (~> 1.5.0) @@ -525,7 +525,7 @@ GEM redis-actionpack (~> 4) redis-activesupport (~> 4) redis-store (~> 1.1.0) - redis-store (1.1.4) + redis-store (1.1.6) redis (>= 2.2) request_store (1.0.5) rerun (0.10.0) |