From 0a690a0835b2291d735fe24b1c7810e520164bd2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 13:27:52 +0000 Subject: [PATCH] Bump rails-settings-cached from 0.6.6 to 2.1.1 Bumps [rails-settings-cached](https://github.com/huacnlee/rails-settings-cached) from 0.6.6 to 2.1.1. - [Release notes](https://github.com/huacnlee/rails-settings-cached/releases) - [Changelog](https://github.com/huacnlee/rails-settings-cached/blob/master/CHANGELOG.md) - [Commits](https://github.com/huacnlee/rails-settings-cached/compare/v0.6.6...v2.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index cd366ffca..cde7b7287 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ gem 'premailer-rails' gem 'rack-attack', '~> 6.2' gem 'rack-cors', '~> 1.0', require: 'rack/cors' gem 'rails-i18n', '~> 5.1' -gem 'rails-settings-cached', '~> 0.6' +gem 'rails-settings-cached', '~> 2.1' gem 'redis', '~> 4.1', require: ['redis', 'redis/connection/hiredis'] gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock' gem 'rqrcode', '~> 0.10' diff --git a/Gemfile.lock b/Gemfile.lock index 46010962f..b222ca5f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -387,7 +387,7 @@ GEM net-scp (2.0.0) net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) - nio4r (2.5.1) + nio4r (2.5.2) nokogiri (1.10.5) mini_portile2 (~> 2.4.0) nokogumbo (2.0.1) @@ -494,8 +494,9 @@ GEM rails-i18n (5.1.3) i18n (>= 0.7, < 2) railties (>= 5.0, < 6) - rails-settings-cached (0.6.6) + rails-settings-cached (2.1.1) rails (>= 4.2.0) + request_store railties (5.2.3) actionpack (= 5.2.3) activesupport (= 5.2.3) @@ -605,7 +606,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sprockets (3.7.2) + sprockets (4.0.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) @@ -667,9 +668,9 @@ GEM webpush (0.3.8) hkdf (~> 0.2) jwt (~> 2.0) - websocket-driver (0.7.0) + websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) + websocket-extensions (0.1.4) wisper (2.0.0) xpath (3.2.0) nokogiri (~> 1.8) @@ -770,7 +771,7 @@ DEPENDENCIES rails (~> 5.2.3) rails-controller-testing (~> 1.0) rails-i18n (~> 5.1) - rails-settings-cached (~> 0.6) + rails-settings-cached (~> 2.1) rdf-normalize (~> 0.3) redis (~> 4.1) redis-namespace (~> 1.5) -- GitLab