Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "puma", "~> 7.2"

# Monitoring
gem "datadog"
gem "rails_semantic_logger", "~> 4.20"
gem "rails_semantic_logger", "~> 5.1"
gem "yabeda-prometheus", "~> 0.9"
gem "yabeda-puma-plugin", "~> 0.9"
gem "yabeda-rails", "~> 0.11"
Expand Down
37 changes: 19 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ GEM
railties (>= 6.1)
drb (2.2.3)
dry-initializer (3.2.0)
erb (6.0.4)
erb (6.0.7)
erubi (1.13.1)
ffi (1.17.4)
ffi (1.17.4-aarch64-linux-musl)
Expand All @@ -162,8 +162,8 @@ GEM
activesupport (>= 6.1)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.17.0)
io-console (0.9.2)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -243,19 +243,16 @@ GEM
pg (1.6.3-arm64-darwin)
pg (1.6.3-x86_64-linux)
pg (1.6.3-x86_64-linux-musl)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
prometheus-client (4.2.2)
psych (5.3.1)
date
stringio
public_suffix (7.0.5)
puma (7.2.1)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.6)
rack (3.2.7)
rack-session (2.1.2)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -284,10 +281,10 @@ GEM
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)
rails_semantic_logger (4.20.0)
rails_semantic_logger (5.1.0)
rack
railties (>= 5.1)
semantic_logger (~> 4.16)
railties (>= 7.2)
semantic_logger (>= 5.1)
railties (8.1.3.1)
actionpack (= 8.1.3.1)
activesupport (= 8.1.3.1)
Expand All @@ -299,12 +296,17 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.4.2)
rdoc (7.2.0)
rbs (4.1.3)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
regexp_parser (2.12.0)
reline (0.6.3)
reline (0.7.0)
io-console (~> 0.5)
rexml (3.4.2)
rgeo (3.0.1)
Expand Down Expand Up @@ -383,10 +385,9 @@ GEM
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
securerandom (0.4.1)
semantic_logger (4.18.0)
semantic_logger (5.1.0)
concurrent-ruby (~> 1.0)
simplecov (1.1.0)
stringio (3.2.0)
thor (1.5.0)
timeout (0.6.1)
tod (3.1.2)
Expand Down Expand Up @@ -427,7 +428,7 @@ GEM
anyway_config (>= 1.3, < 3)
railties
yabeda (~> 0.8)
zeitwerk (2.7.5)
zeitwerk (2.8.3)

PLATFORMS
aarch64-linux-musl
Expand All @@ -450,7 +451,7 @@ DEPENDENCIES
pg (~> 1.6)
puma (~> 7.2)
rails (~> 8.1.3)
rails_semantic_logger (~> 4.20)
rails_semantic_logger (~> 5.1)
rgeo-geojson
rspec-rails (~> 8.0.4)
rswag-api
Expand Down