diff --git a/Gemfile b/Gemfile index 138902468..eb1c9ca46 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem "ransack", "~> 2.5" # Searching and sorting gem "recaptcha", "~> 5.8", 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.5.1" # Redis ruby client +gem "redis", "~> 4.6.0" # 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 23f76fdc1..b2ed56e09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -626,7 +626,7 @@ GEM recaptcha (5.8.1) json redcarpet (3.5.1) - redis (4.5.1) + redis (4.6.0) redis-actionpack (5.3.0) actionpack (>= 5, < 8) redis-rack (>= 2.1.0, < 3) @@ -999,7 +999,7 @@ DEPENDENCIES ransack (~> 2.5) recaptcha (~> 5.8) redcarpet (~> 3.5) - redis (~> 4.5.1) + redis (~> 4.6.0) redis-actionpack (= 5.3.0) request_store (~> 1.5) reverse_markdown (~> 2.1) diff --git a/vendor/cache/redis-4.5.1.gem b/vendor/cache/redis-4.5.1.gem deleted file mode 100644 index 0c4fa6f71..000000000 Binary files a/vendor/cache/redis-4.5.1.gem and /dev/null differ diff --git a/vendor/cache/redis-4.6.0.gem b/vendor/cache/redis-4.6.0.gem new file mode 100644 index 000000000..d8c4efe03 Binary files /dev/null and b/vendor/cache/redis-4.6.0.gem differ