diff --git a/Gemfile b/Gemfile index def2eed..ab7d179 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 8.0.2" # Use PostgreSQL as the database for Active Record gem "activerecord-postgis-adapter" -gem "pg", "~> 1.5" +gem "pg", "~> 1.6" gem "rgeo-geojson" # We load data from S3 @@ -24,7 +24,7 @@ gem "puma", "~> 6.6" # Monitoring gem "ddtrace", "~> 1.23.3" -gem "rails_semantic_logger", "~> 4.17" +gem "rails_semantic_logger", "~> 4.18" gem "yabeda-prometheus", "~> 0.9" gem "yabeda-puma-plugin", "~> 0.7" gem "yabeda-rails", "~> 0.9" diff --git a/Gemfile.lock b/Gemfile.lock index 0d2fb12..613c6a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,19 +95,19 @@ GEM ruby-next-core (~> 1.0) ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1125.0) - aws-sdk-core (3.226.2) + aws-partitions (1.1136.0) + aws-sdk-core (3.227.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) base64 jmespath (~> 1, >= 1.6.1) logger - aws-sdk-kms (1.106.0) - aws-sdk-core (~> 3, >= 3.225.0) + aws-sdk-kms (1.108.0) + aws-sdk-core (~> 3, >= 3.227.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.192.0) - aws-sdk-core (~> 3, >= 3.225.0) + aws-sdk-s3 (1.194.0) + aws-sdk-core (~> 3, >= 3.227.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sigv4 (1.12.1) @@ -118,7 +118,7 @@ GEM bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) - brakeman (7.0.2) + brakeman (7.1.0) racc builder (3.3.0) bundler-audit (0.9.2) @@ -149,7 +149,7 @@ GEM railties (>= 6.1) drb (2.2.3) dry-initializer (3.1.1) - erb (5.0.1) + erb (5.0.2) erubi (1.13.1) ffi (1.17.0-aarch64-linux-musl) ffi (1.17.0-arm64-darwin) @@ -159,13 +159,13 @@ GEM activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.8.0) + io-console (0.8.1) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) - json (2.12.2) + json (2.13.2) json-schema (5.0.1) addressable (~> 2.8) language_server-protocol (3.17.0.5) @@ -220,10 +220,12 @@ GEM nokogiri (1.18.9-x86_64-linux-musl) racc (~> 1.4) parallel (1.27.0) - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.0-aarch64-linux) + pg (1.6.0-arm64-darwin) + pg (1.6.0-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -265,7 +267,7 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) 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.17.0) + rails_semantic_logger (4.18.0) rack railties (>= 5.1) semantic_logger (~> 4.16) @@ -279,11 +281,11 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.0) - rdoc (6.14.1) + rdoc (6.14.2) erb psych (>= 4.0.0) regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) rexml (3.3.9) rgeo (3.0.1) @@ -321,7 +323,7 @@ GEM rswag-ui (2.16.0) actionpack (>= 5.2, < 8.1) railties (>= 5.2, < 8.1) - rubocop (1.78.0) + rubocop (1.79.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -329,10 +331,11 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.45.1, < 2.0) + rubocop-ast (>= 1.46.0, < 2.0) ruby-progressbar (~> 1.7) + tsort (>= 0.2.0) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.45.1) + rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-capybara (2.22.1) @@ -362,7 +365,7 @@ GEM ruby-progressbar (1.13.0) rubyzip (2.3.2) securerandom (0.4.1) - semantic_logger (4.16.0) + semantic_logger (4.17.0) concurrent-ruby (~> 1.0) simplecov (0.22.0) docile (~> 1.1) @@ -375,6 +378,7 @@ GEM timeout (0.4.3) tod (3.1.2) tomlrb (2.0.3) + tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.1.4) @@ -432,10 +436,10 @@ DEPENDENCIES debug dotenv-rails license_finder - pg (~> 1.5) + pg (~> 1.6) puma (~> 6.6) rails (~> 8.0.2) - rails_semantic_logger (~> 4.17) + rails_semantic_logger (~> 4.18) rgeo-geojson rspec-rails (~> 8.0.1) rswag-api