diff --git a/Gemfile b/Gemfile index e6866567..95261a59 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ gem 'graphql', '~> 2.1' gem 'seed-fu', '~> 2.3' -gem 'lograge', '~> 0.14.0' +gem 'lograge', '~> 0.15.0' gem 'declarative_policy', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index f6358ad7..a817d22a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,19 +166,19 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.20.0) + json (2.21.1) json-schema (6.2.0) addressable (~> 2.8) bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) - lograge (0.14.0) + lograge (0.15.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.25.1) + loofah (2.25.2) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.9.0) @@ -440,7 +440,7 @@ GEM pry-byebug (3.12.0) byebug (~> 13.0) pry (>= 0.13, < 0.17) - psych (5.3.1) + psych (5.4.0) date stringio public_suffix (6.0.2) @@ -474,8 +474,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.7.0) - loofah (~> 2.25) + rails-html-sanitizer (1.7.1) + loofah (~> 2.25, >= 2.25.2) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (8.1.3) actionpack (= 8.1.3) @@ -495,7 +495,7 @@ GEM regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) - request_store (1.5.1) + request_store (1.7.0) rack (>= 1.4) rexml (3.4.4) rotp (6.3.0) @@ -636,7 +636,7 @@ DEPENDENCIES grpc (~> 1.67) image_processing (>= 1.2) json-schema (~> 6.0) - lograge (~> 0.14.0) + lograge (~> 0.15.0) opentelemetry-exporter-otlp (~> 0.34.0) opentelemetry-exporter-otlp-logs (~> 0.5.1) opentelemetry-exporter-otlp-metrics (~> 0.10.0)