diff --git a/Gemfile b/Gemfile index 0bd715c0..ce759f53 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do end group :production do - gem 'lograge', '~> 0.13.0' + gem 'lograge', '~> 0.14.0' gem 'remote_syslog_logger' end diff --git a/Gemfile.lock b/Gemfile.lock index e6a36cba..f10c05c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,12 +215,12 @@ GEM rake (~> 13.0) lodash-rails (4.17.21) railties (>= 3.1) - lograge (0.13.0) + lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -423,7 +423,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -448,7 +448,7 @@ DEPENDENCIES jwt (~> 2.2.2) listen (~> 3.0.5) lodash-rails - lograge (~> 0.13.0) + lograge (~> 0.14.0) minitest-stub_any_instance oauth (~> 0.5.1) oauthenticator (~> 1.4, >= 1.4.1)