From 0da613d766b94a1f6ad05805922483b5df13c75f Mon Sep 17 00:00:00 2001 From: ulferts Date: Fri, 20 Oct 2023 13:48:29 +0200 Subject: [PATCH] bump lograge --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ee16e015e9f..141b110d9af 100644 --- a/Gemfile +++ b/Gemfile @@ -143,7 +143,7 @@ gem 'okcomputer', '~> 1.18.1' gem 'gon', '~> 6.4.0' # Lograge to provide sane and non-verbose logging -gem 'lograge', '~> 0.13.0' +gem 'lograge', '~> 0.14.0' # Structured warnings to selectively disable them in production gem 'structured_warnings', '~> 0.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1aa18cdefa7..eb470f61300 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -598,7 +598,7 @@ GEM omniauth (~> 1.1) omniauth-openid-connect (>= 0.2.1) rails (>= 3.2.21) - lograge (0.13.0) + lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) @@ -1086,7 +1086,7 @@ DEPENDENCIES lefthook letter_opener listen (~> 3.8.0) - lograge (~> 0.13.0) + lograge (~> 0.14.0) lookbook (~> 2.1.0) mail (= 2.8.1) matrix (~> 0.4.2)