diff --git a/Gemfile b/Gemfile index 0f794d4d..1019a529 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,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 f41060a9..cc262376 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -156,12 +156,12 @@ GEM listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - 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) @@ -411,7 +411,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -431,7 +431,7 @@ DEPENDENCIES jbuilder (~> 2.11, >= 2.11.5) json listen (>= 3.0.5, < 3.2) - lograge (~> 0.13.0) + lograge (~> 0.14.0) minitest net-smtp omniauth (>= 2.1.1) @@ -464,3 +464,6 @@ DEPENDENCIES webdrivers webmock webpacker (~> 6.0.0.rc.5) + +BUNDLED WITH + 2.1.4