diff --git a/Gemfile b/Gemfile index 5cc540835..e4a438678 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem "ransack", "~> 3.2" # Searching and sorting gem "recaptcha", "~> 5.10", require: "recaptcha/rails" # Helpers for the reCAPTCHA API gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser -gem "redis", "~> 4.7.0" # Redis ruby client +gem "redis", "~> 4.7.1" # Redis ruby client gem "redis-actionpack", "~> 5.3.0" # Redis session store for ActionPack. Used for storing the Rails session in Redis. gem "rpush", "~> 7.0" # Push Notification library for Rails gem "rpush-redis", "~> 1.1" # Redis module capability for rpush library diff --git a/Gemfile.lock b/Gemfile.lock index b3dffcb83..d526ea285 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -673,7 +673,7 @@ GEM recaptcha (5.10.0) json redcarpet (3.5.1) - redis (4.7.0) + redis (4.7.1) redis-actionpack (5.3.0) actionpack (>= 5, < 8) redis-rack (>= 2.1.0, < 3) @@ -1054,7 +1054,7 @@ DEPENDENCIES ransack (~> 3.2) recaptcha (~> 5.10) redcarpet (~> 3.5) - redis (~> 4.7.0) + redis (~> 4.7.1) redis-actionpack (~> 5.3.0) request_store (~> 1.5) reverse_markdown (~> 2.1) diff --git a/vendor/cache/redis-4.7.0.gem b/vendor/cache/redis-4.7.0.gem deleted file mode 100644 index cdda25995..000000000 Binary files a/vendor/cache/redis-4.7.0.gem and /dev/null differ diff --git a/vendor/cache/redis-4.7.1.gem b/vendor/cache/redis-4.7.1.gem new file mode 100644 index 000000000..d99af9fbc Binary files /dev/null and b/vendor/cache/redis-4.7.1.gem differ