diff --git a/Gemfile b/Gemfile index fed7b6c37..913a0c737 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'sprockets', '~> 3.7' gem 'chronic', '~> 0.10.2' # For nat lang parsing of dates gem 'countries', '~> 4.2' gem 'i18n-js', '~> 3.8', git: 'https://github.com/houdiniproject/i18n-js.git', branch: 'houdini-tweaks' -gem 'lograge', '~> 0.12.0' # make logging less terrible in rails +gem 'lograge', '~> 0.13.0' # make logging less terrible in rails gem 'rails-i18n', '~> 6.0.0', '~> 6' gem 'premailer-rails', '~> 1.12' # for styling of email gem 'money', '~> 6.16' diff --git a/Gemfile.lock b/Gemfile.lock index 106927198..b97c597df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - lograge (0.12.0) + lograge (0.13.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) @@ -267,7 +267,7 @@ GEM mini_magick (4.11.0) mini_mime (1.1.2) mini_portile2 (2.8.4) - minitest (5.18.1) + minitest (5.19.0) money (6.16.0) i18n (>= 0.6.4, <= 2) msgpack (1.6.0) @@ -306,7 +306,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-attack (5.4.2) rack (>= 1.0, < 3) rack-proxy (0.7.6) @@ -492,7 +492,7 @@ GEM activejob (>= 4.0.0) wisper wisper-rspec (1.1.0) - zeitwerk (2.6.8) + zeitwerk (2.6.10) PLATFORMS ruby @@ -525,7 +525,7 @@ DEPENDENCIES js-routes kaminari listen - lograge (~> 0.12.0) + lograge (~> 0.13.0) money (~> 6.16) param_validation! pg (~> 1.4)