]> cat aescling's git repositories - mastodon.git/commitdiff
Bump redis-namespace from 1.7.0 to 1.8.0 (#14623)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 25 Aug 2020 11:57:44 +0000 (20:57 +0900)
committerGitHub <noreply@github.com>
Tue, 25 Aug 2020 11:57:44 +0000 (20:57 +0900)
Bumps [redis-namespace](https://github.com/resque/redis-namespace) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/resque/redis-namespace/releases)
- [Changelog](https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md)
- [Commits](https://github.com/resque/redis-namespace/compare/v1.7.0...v1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 23a51299859825b18b9306a90889c22177bed202..464a3c3580118e0d0de28d5f7b1f4c08a46474bd 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -56,7 +56,7 @@ gem 'fast_blank', '~> 1.0'
 gem 'fastimage'
 gem 'goldfinger', '~> 2.1'
 gem 'hiredis', '~> 0.6'
-gem 'redis-namespace', '~> 1.7'
+gem 'redis-namespace', '~> 1.8'
 gem 'health_check', git: 'https://github.com/ianheggie/health_check', ref: '0b799ead604f900ed50685e9b2d469cd2befba5b'
 gem 'htmlentities', '~> 4.3'
 gem 'http', '~> 4.4'
index d117475ab66c69e79d2529799bb461c3505691df..20c214c0c7e55a5e5ee03a732a5ad7f4d18b0828 100644 (file)
@@ -491,7 +491,7 @@ GEM
     redis-activesupport (5.2.0)
       activesupport (>= 3, < 7)
       redis-store (>= 1.3, < 2)
-    redis-namespace (1.7.0)
+    redis-namespace (1.8.0)
       redis (>= 3.0.4)
     redis-rack (2.1.3)
       rack (>= 2.0.8, < 3)
@@ -774,7 +774,7 @@ DEPENDENCIES
   rails-settings-cached (~> 0.6)
   rdf-normalize (~> 0.4)
   redis (~> 4.2)
-  redis-namespace (~> 1.7)
+  redis-namespace (~> 1.8)
   redis-rails (~> 5.0)
   rqrcode (~> 1.1)
   rspec-rails (~> 4.0)