diff --git a/Gemfile b/Gemfile index b26dc703..a0834ce7 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 8dd06a4e..f1c250a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ 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) @@ -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) @@ -474,6 +474,3 @@ DEPENDENCIES tzinfo-data web-console (>= 4.2.1) webmock - -BUNDLED WITH - 2.1.4