Skip to content

Commit 2d99172

Browse files
Update dependency lograge to '~> 0.15.0'
1 parent 88129d4 commit 2d99172

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ gem 'graphql', '~> 2.1'
6868

6969
gem 'seed-fu', '~> 2.3'
7070

71-
gem 'lograge', '~> 0.14.0'
71+
gem 'lograge', '~> 0.15.0'
7272

7373
gem 'declarative_policy', '~> 2.0'
7474

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ GEM
9999
rails (>= 8.0.1)
100100
zeitwerk (~> 2.7)
101101
coderay (1.1.3)
102-
concurrent-ruby (1.3.7)
102+
concurrent-ruby (1.3.8)
103103
connection_pool (3.0.2)
104104
crass (1.0.7)
105105
csv (3.3.5)
@@ -166,19 +166,19 @@ GEM
166166
prism (>= 1.3.0)
167167
rdoc (>= 4.0.0)
168168
reline (>= 0.4.2)
169-
json (2.20.0)
169+
json (2.21.1)
170170
json-schema (6.2.0)
171171
addressable (~> 2.8)
172172
bigdecimal (>= 3.1, < 5)
173173
language_server-protocol (3.17.0.5)
174174
lint_roller (1.1.0)
175175
logger (1.7.0)
176-
lograge (0.14.0)
176+
lograge (0.15.0)
177177
actionpack (>= 4)
178178
activesupport (>= 4)
179179
railties (>= 4)
180180
request_store (~> 1.0)
181-
loofah (2.25.1)
181+
loofah (2.25.2)
182182
crass (~> 1.0.2)
183183
nokogiri (>= 1.12.0)
184184
mail (2.9.0)
@@ -440,7 +440,7 @@ GEM
440440
pry-byebug (3.12.0)
441441
byebug (~> 13.0)
442442
pry (>= 0.13, < 0.17)
443-
psych (5.3.1)
443+
psych (5.4.0)
444444
date
445445
stringio
446446
public_suffix (6.0.2)
@@ -474,8 +474,8 @@ GEM
474474
activesupport (>= 5.0.0)
475475
minitest
476476
nokogiri (>= 1.6)
477-
rails-html-sanitizer (1.7.0)
478-
loofah (~> 2.25)
477+
rails-html-sanitizer (1.7.1)
478+
loofah (~> 2.25, >= 2.25.2)
479479
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)
480480
railties (8.1.3)
481481
actionpack (= 8.1.3)
@@ -495,7 +495,7 @@ GEM
495495
regexp_parser (2.12.0)
496496
reline (0.6.3)
497497
io-console (~> 0.5)
498-
request_store (1.5.1)
498+
request_store (1.7.0)
499499
rack (>= 1.4)
500500
rexml (3.4.4)
501501
rotp (6.3.0)
@@ -636,7 +636,7 @@ DEPENDENCIES
636636
grpc (~> 1.67)
637637
image_processing (>= 1.2)
638638
json-schema (~> 6.0)
639-
lograge (~> 0.14.0)
639+
lograge (~> 0.15.0)
640640
opentelemetry-exporter-otlp (~> 0.34.0)
641641
opentelemetry-exporter-otlp-logs (~> 0.5.1)
642642
opentelemetry-exporter-otlp-metrics (~> 0.10.0)

0 commit comments

Comments
 (0)