Skip to content

[dependabot:bundler] bump the regular-updates group across 1 directory with 3 updates#450

Merged
marianayovcheva merged 1 commit into
developfrom
dependabot/bundler/regular-updates-2c4b50f4f7
May 13, 2026
Merged

[dependabot:bundler] bump the regular-updates group across 1 directory with 3 updates#450
marianayovcheva merged 1 commit into
developfrom
dependabot/bundler/regular-updates-2c4b50f4f7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the regular-updates group with 3 updates in the / directory: aws-sdk-s3, datadog and bootsnap.

Updates aws-sdk-s3 from 1.219.0 to 1.220.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.220.0 (2026-04-22)

  • Feature - This release adds five additional checksum algorithms for S3 data integrity (MD5, SHA-512, XXHash3, XXHash64, XXHash128) and support for S3 Inventory on directory buckets (S3 Express One Zone).
Commits

Updates datadog from 2.30.0 to 2.31.0

Release notes

Sourced from datadog's releases.

2.31.0

Highlights

This release significantly expands AppSec AI Guard capabilities, adding support for evaluating images in user prompts and tool outputs, and exposing Sensitive Data Scanner findings and tag probabilities in evaluation results.

A breaking change updates AIGuard.evaluate to raise errors by default when the service is configured to block (via Datadog UI), so be sure to opt out if you rely on the previous behavior.

We’ve also improved observability with enhanced configuration reporting in the Datadog UI, added a new extended heartbeat telemetry event for long‑running services, and richer Dynamic Instrumentation snapshots.

JRuby is now deprecated.

Added

  • Core: Add app-extended-heartbeat telemetry event to resend full configuration every 24h for long-running services. (#5531)
  • AI Guard: Add multi-model messages support to AI Guard, enabling text and image URL content parts in evaluation SDK (#5564)
  • AI Guard: Add evaluation of images in user prompt and tool output for RubyLLM contrib. (#5573)
  • AI Guard: Expose Sensitive Data Scanner findings in AI Guard results via AIGuard::Evaluation::Result#sds_findings. (#5579)
  • AI Guard: Expose tag probabilities in AI Guard results via AIGuard::Evaluation::Result#tag_probabilities. (#5580)
  • Tracing: Integrations: Add rails.application to the process tags. (#5468)
  • Tracing: Report and display all configurations used by a service in the 'SDK & Agent Configurations' tab of a Ruby service page in Datadog UI (#5483)

Changed

  • Core: Upgrade libdatadog dependency to version 30.0.0 (#5574)
  • AI Guard: Breaking change: AIGuard.evaluate now defaults to allow_raise: true. Pass allow_raise: false to keep the previous non-raising behavior. (#5587)
  • Dynamic Instrumentation: Report exception messages in method probe snapshots. Require the libdatadog_api C extension for Dynamic Instrumentation. (#5111)

Fixed

  • Profiling: Detect when libdatadog version does not match expected version. (#5484)
  • Profiling: Log profiler initialization errors as warnings instead of raising them. (#5509)
  • Tracing: Fix NoMethodError in extract_trace_id! caused by extract_tags returning true. (#5499)

Removed

  • Core: Removed JRuby from the CI test matrix (#5594)
Changelog

Sourced from datadog's changelog.

[2.31.0] - 2026-04-20

Added

  • Core: Add app-extended-heartbeat telemetry event to resend full configuration every 24h for long-running services. (#5531[])
  • AI Guard: Add multi-model messages support to AI Guard, enabling text and image URL content parts in evaluation SDK (#5564[])
  • AI Guard: Add evaluation of images in user prompt and tool output for RubyLLM contrib. (#5573[])
  • AI Guard: Expose Sensitive Data Scanner findings in AI Guard results via AIGuard::Evaluation::Result#sds_findings. (#5579[])
  • AI Guard: Expose tag probabilities in AI Guard results via AIGuard::Evaluation::Result#tag_probabilities. (#5580[])
  • Tracing: Integrations: Add rails.application to the process tags. (#5468[])
  • Tracing: Report and display all configurations used by a service in the 'SDK & Agent Configurations' tab of a Ruby service page in Datadog UI (#5483[])

Changed

  • Core: Upgrade libdatadog dependency to version 30.0.0 (#5574[])
  • AI Guard: Breaking change: AIGuard.evaluate now defaults to allow_raise: true. Pass allow_raise: false to keep the previous non-raising behavior. (#5587[])
  • Dynamic Instrumentation: Report exception messages in method probe snapshots. Require the libdatadog_api C extension for Dynamic Instrumentation. (#5111[])

Fixed

  • Profiling: Detect when libdatadog version does not match expected version. (#5484[])
  • Profiling: Log profiler initialization errors as warnings instead of raising them. (#5509[])
  • Tracing: Fix NoMethodError in extract_trace_id! caused by extract_tags returning true. (#5499[])

Removed

  • Core: Removed JRuby from the CI test matrix (#5594[])
Commits
  • 722deb0 Merge pull request #5610 from DataDog/fix-publish-workflow
  • 4f01b14 Fix job_workflow_ref for Publish Gem workflow
  • f662d0c Merge pull request #5609 from DataDog/fix-publish-workflow
  • 921f56b Fix publish gem workflow
  • 97e315f Merge pull request #5608 from DataDog/bump_to_version_2.31.0
  • 07860ad Add 2.31.0 to CHANGELOG.md
  • 96fbeeb Merge pull request #5603 from DataDog/bump_to_version_2.31.0
  • 1ccdc22 Update system-tests ref manually
  • 6756760 Merge pull request #5598 from DataDog/ai-guard-fix-messages-truncation
  • 38b8189 Switch AI Guard messages list truncation order
  • Additional commits viewable in compare view

Updates bootsnap from 1.23.0 to 1.24.2

Release notes

Sourced from bootsnap's releases.

v1.24.2

What's Changed

  • Workaround two Ruby bugs in RubyVM::InstructionSequence.compile_file, that were causing files to be loaded with the old Ruby parser instead of Prism, causing issues with some pattern matching syntax. Ref: https://bugs.ruby-lang.org/issues/22023

Full Changelog: rails/bootsnap@v1.24.1...v1.24.2

v1.24.1

What's Changed

  • Fix encoding of Ruby source files loaded when BOOTSNAP_READONLY is set. Files would incorectly be loaded in ASCII-8BIT causing literal strings outside the pure ASCII range to have ASCII-8BIT encoding instead of UTF-8. This bug was introduced in 1.24.0.

Full Changelog: rails/bootsnap@v1.24.0...v1.24.1

v1.24.0

What's Changed

  • Added a hook API to customize Ruby compilation.

Full Changelog: rails/bootsnap@v1.23.0...v1.24.0

Changelog

Sourced from bootsnap's changelog.

1.24.2

  • Workaround two Ruby bugs in RubyVM::InstructionSequence.compile_file, that were causing files to be loaded with the old Ruby parser instead of Prism, causing issues with some pattern matching syntax. Ref: https://bugs.ruby-lang.org/issues/22023

1.24.1

  • Fix encoding of Ruby source files loaded when BOOTSNAP_READONLY is set. Files would incorectly be loaded in ASCII-8BIT causing literal strings outside the pure ASCII range to have ASCII-8BIT encoding instead of UTF-8. This bug was introduced in 1.24.0.

1.24.0

  • Added a hook API to customize Ruby compilation.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Infrastructure Changes

Development CDK Diff
start: Building dev-LocalOfficeSearchApiDb Template
success: Built dev-LocalOfficeSearchApiDb Template
start: Publishing dev-LocalOfficeSearchApiDb Template (979633842206-eu-west-1-b86c5dcf)
success: Published dev-LocalOfficeSearchApiDb Template (979633842206-eu-west-1-b86c5dcf)
Hold on while we create a read-only change set to get a diff with accurate replacement information (use --method=template to use a less accurate but faster template-only diff)

Stack dev/LocalOfficeSearchApiDb (dev-LocalOfficeSearchApiDb)
There were no differences

start: Building devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider Nested Stack Template
success: Built devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider Nested Stack Template
start: Publishing devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider Nested Stack Template (979633842206-eu-west-1-dc8d78de)
success: Published devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider Nested Stack Template (979633842206-eu-west-1-dc8d78de)
start: Building dev-LocalOfficeSearchApiDeployment Template
success: Built dev-LocalOfficeSearchApiDeployment Template
start: Publishing dev-LocalOfficeSearchApiDeployment Template (979633842206-eu-west-1-c36bfd13)
success: Published dev-LocalOfficeSearchApiDeployment Template (979633842206-eu-west-1-c36bfd13)
Hold on while we create a read-only change set to get a diff with accurate replacement information (use --method=template to use a less accurate but faster template-only diff)

Stack dev/LocalOfficeSearchApiDeployment (dev-LocalOfficeSearchApiDeployment)
Resources
[~] Custom::AWSCDK-EKS-HelmChart LocalOfficeSearchApiDeployment/LocalOfficeSearchApiChart/Resource LocalOfficeSearchApiChart37673188 may be replaced
 ├─ [~] ChartAssetURL (may cause replacement)
 │   ├─ [-] s3://cdk-hnb659fds-assets-979633842206-eu-west-1/2937ab610a14ed35ba62f0acd45e11299adda829381dd70bb81a5aa470602316.zip
 │   └─ [+] s3://cdk-hnb659fds-assets-979633842206-eu-west-1/c8037e9d4123fdadf2895ded618baacb503605b085271ef55b1358130dae3045.zip
 └─ [~] Values (may cause replacement)
     └─ [~] .Fn::Join:
         └─ @@ -1,7 +1,7 @@
            [ ] [
            [ ]   "",
            [ ]   [
            [-]     "{\"resources\":[{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"localofficesearchapichart-deployment\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"minReadySeconds\":0,\"progressDeadlineSeconds\":600,\"revisionHistoryLimit\":10,\"selector\":{\"matchLabels\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"}},\"strategy\":{\"rollingUpdate\":{\"maxSurge\":\"25%\",\"maxUnavailable\":\"25%\"},\"type\":\"RollingUpdate\"},\"template\":{\"metadata\":{\"annotations\":{\"ad.datadoghq.com/local-office-search-api-server.logs\":\"[{\\\"source\\\": \\\"ruby\\\", \\\"sourcecategory\\\": \\\"sourcecode\\\", \\\"service\\\": \\\"local-office-search-api\\\", \\\"log_processing_rules\\\": [{\\\"type\\\": \\\"exclude_at_match\\\", \\\"name\\\": \\\"exclude_metrics_requests\\\", \\\"pattern\\\": \\\"GET /metrics\\\"}, {\\\"type\\\": \\\"exclude_at_match\\\", \\\"name\\\": \\\"exclude_status_heartbeat\\\", \\\"pattern\\\": \\\"\\\\\\\"path\\\\\\\":\\\\\\\"/status\\\\\\\"\\\"}]}]\"},\"labels\":{\"app\":\"local-office-search-api\",\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\",\"component\":\"local-office-search-api-server\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"}},\"spec\":{\"automountServiceAccountToken\":false,\"containers\":[{\"args\":[\"bin/rails\",\"server\",\"-p\",\"3060\",\"-b\",\"0.0.0.0\"],\"env\":[{\"name\":\"DD_ENV\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/env']\"}}},{\"name\":\"DD_SERVICE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/service']\"}}},{\"name\":\"DD_VERSION\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/version']\"}}},{\"name\":\"DD_AGENT_HOST\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"status.hostIP\"}}},{\"name\":\"RAILS_MAX_THREADS\",\"value\":\"10\"},{\"name\":\"RAILS_ENV\",\"value\":\"production\"},{\"name\":\"RACK_ENV\",\"value\":\"production\"},{\"name\":\"NODE_ENV\",\"value\":\"production\"},{\"name\":\"SECRET_KEY_BASE\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"SECRET_KEY_BASE\",\"name\":\"local-office-search-app\"}}},{\"name\":\"RAILS_LOG_TO_STDOUT\",\"value\":\"true\"},{\"name\":\"LSS_DATA_BUCKET\",\"value\":\"sandbox-advicelocationpipe-pipelinebucket263ac468-19wuk9oanxght\"},{\"name\":\"GEO_DATA_BUCKET\",\"value\":\"uat-geo-data-postcodes-raw-eu-west-1\"},{\"name\":\"GEO_DATA_POSTCODES_FILE\",\"value\":\"Geo_postcodes_csv_uat.csv\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_USER\",\"value\":\"local_office_search_api\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_PASSWORD\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"DB_PASSWORD\",\"name\":\"local-office-search-db\"}}},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_HOST\",\"value\":\"",
            [+]     "{\"resources\":[{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"localofficesearchapichart-deployment\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"minReadySeconds\":0,\"progressDeadlineSeconds\":600,\"revisionHistoryLimit\":10,\"selector\":{\"matchLabels\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"}},\"strategy\":{\"rollingUpdate\":{\"maxSurge\":\"25%\",\"maxUnavailable\":\"25%\"},\"type\":\"RollingUpdate\"},\"template\":{\"metadata\":{\"annotations\":{\"ad.datadoghq.com/local-office-search-api-server.logs\":\"[{\\\"source\\\": \\\"ruby\\\", \\\"sourcecategory\\\": \\\"sourcecode\\\", \\\"service\\\": \\\"local-office-search-api\\\", \\\"log_processing_rules\\\": [{\\\"type\\\": \\\"exclude_at_match\\\", \\\"name\\\": \\\"exclude_metrics_requests\\\", \\\"pattern\\\": \\\"GET /metrics\\\"}, {\\\"type\\\": \\\"exclude_at_match\\\", \\\"name\\\": \\\"exclude_status_heartbeat\\\", \\\"pattern\\\": \\\"\\\\\\\"path\\\\\\\":\\\\\\\"/status\\\\\\\"\\\"}]}]\"},\"labels\":{\"app\":\"local-office-search-api\",\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\",\"component\":\"local-office-search-api-server\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"}},\"spec\":{\"automountServiceAccountToken\":false,\"containers\":[{\"args\":[\"bin/rails\",\"server\",\"-p\",\"3060\",\"-b\",\"0.0.0.0\"],\"env\":[{\"name\":\"DD_ENV\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/env']\"}}},{\"name\":\"DD_SERVICE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/service']\"}}},{\"name\":\"DD_VERSION\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/version']\"}}},{\"name\":\"DD_AGENT_HOST\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"status.hostIP\"}}},{\"name\":\"RAILS_MAX_THREADS\",\"value\":\"10\"},{\"name\":\"RAILS_ENV\",\"value\":\"production\"},{\"name\":\"RACK_ENV\",\"value\":\"production\"},{\"name\":\"NODE_ENV\",\"value\":\"production\"},{\"name\":\"SECRET_KEY_BASE\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"SECRET_KEY_BASE\",\"name\":\"local-office-search-app\"}}},{\"name\":\"RAILS_LOG_TO_STDOUT\",\"value\":\"true\"},{\"name\":\"LSS_DATA_BUCKET\",\"value\":\"sandbox-advicelocationpipe-pipelinebucket263ac468-19wuk9oanxght\"},{\"name\":\"GEO_DATA_BUCKET\",\"value\":\"uat-geo-data-postcodes-raw-eu-west-1\"},{\"name\":\"GEO_DATA_POSTCODES_FILE\",\"value\":\"Geo_postcodes_csv_uat.csv\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_USER\",\"value\":\"local_office_search_api\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_PASSWORD\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"DB_PASSWORD\",\"name\":\"local-office-search-db\"}}},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_HOST\",\"value\":\"",
            [ ]     {
            [ ]       "Fn::ImportValue": "dev-LocalOfficeSearchApiDb:ExportsOutputFnGetAttDbCluster224236EFEndpointAddress7B9F10FA"
            [ ]     },
            @@ -13,7 +13,7 @@
            [ ] {
            [ ]   "Ref": "AWS::URLSuffix"
            [ ] },
            [-] "/local-office-search-api:cf4189e10c053a0689e85ffcae73881ff804e441\",\"imagePullPolicy\":\"IfNotPresent\",\"lifecycle\":{\"preStop\":{\"exec\":{\"command\":[\"sleep\",\"10\"]}}},\"name\":\"local-office-search-api-server\",\"ports\":[{\"containerPort\":3060,\"name\":\"http\"},{\"containerPort\":9394,\"name\":\"metrics\"}],\"readinessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/status\",\"port\":3060,\"scheme\":\"HTTP\"},\"initialDelaySeconds\":10,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":5},\"resources\":{\"limits\":{\"cpu\":\"800m\",\"memory\":\"1024Mi\"},\"requests\":{\"cpu\":\"400m\",\"memory\":\"768Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"privileged\":false,\"readOnlyRootFilesystem\":false,\"runAsNonRoot\":true,\"runAsUser\":1000}}],\"dnsPolicy\":\"ClusterFirst\",\"hostNetwork\":false,\"restartPolicy\":\"Always\",\"securityContext\":{\"fsGroupChangePolicy\":\"Always\",\"runAsNonRoot\":true},\"serviceAccountName\":\"local-office-search-api\",\"setHostnameAsFQDN\":false,\"shareProcessNamespace\":false,\"terminationGracePeriodSeconds\":60}}}},{\"apiVersion\":\"v1\",\"kind\":\"Service\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"local-office-search-api\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"externalIPs\":[],\"ports\":[{\"name\":\"http\",\"port\":3060}],\"selector\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"},\"type\":\"NodePort\"}},{\"apiVersion\":\"v1\",\"kind\":\"Service\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"custom-metrics-enabled\":\"true\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"local-office-search-api-metrics\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"externalIPs\":[],\"ports\":[{\"name\":\"metrics\",\"port\":9394}],\"selector\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"},\"type\":\"ClusterIP\"}},{\"apiVersion\":\"policy/v1\",\"kind\":\"PodDisruptionBudget\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"localofficesearchapichart-localofficesearchapipdb\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"maxUnavailable\":1,\"selector\":{\"matchLabels\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"}}}},{\"apiVersion\":\"batch/v1\",\"kind\":\"CronJob\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"localofficesearchapichart-scheduledimport\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"concurrencyPolicy\":\"Forbid\",\"failedJobsHistoryLimit\":1,\"jobTemplate\":{\"spec\":{\"template\":{\"metadata\":{\"annotations\":{\"ad.datadoghq.com/local-office-search-api-scheduled-import.logs\":\"[{\\\"source\\\": \\\"ruby\\\", \\\"sourcecategory\\\": \\\"sourcecode\\\", \\\"service\\\": \\\"local-office-search-api\\\"}]\"},\"labels\":{\"app\":\"local-office-search-api\",\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-ScheduledImport-c8726367\",\"component\":\"local-office-search-api-scheduled-import\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"}},\"spec\":{\"automountServiceAccountToken\":false,\"containers\":[{\"args\":[\"bin/rake\",\"sync_database\"],\"env\":[{\"name\":\"DD_ENV\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/env']\"}}},{\"name\":\"DD_SERVICE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/service']\"}}},{\"name\":\"DD_VERSION\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/version']\"}}},{\"name\":\"DD_AGENT_HOST\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"status.hostIP\"}}},{\"name\":\"RAILS_MAX_THREADS\",\"value\":\"10\"},{\"name\":\"RAILS_ENV\",\"value\":\"production\"},{\"name\":\"RACK_ENV\",\"value\":\"production\"},{\"name\":\"NODE_ENV\",\"value\":\"production\"},{\"name\":\"SECRET_KEY_BASE\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"SECRET_KEY_BASE\",\"name\":\"local-office-search-app\"}}},{\"name\":\"RAILS_LOG_TO_STDOUT\",\"value\":\"true\"},{\"name\":\"LSS_DATA_BUCKET\",\"value\":\"sandbox-advicelocationpipe-pipelinebucket263ac468-19wuk9oanxght\"},{\"name\":\"GEO_DATA_BUCKET\",\"value\":\"uat-geo-data-postcodes-raw-eu-west-1\"},{\"name\":\"GEO_DATA_POSTCODES_FILE\",\"value\":\"Geo_postcodes_csv_uat.csv\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_USER\",\"value\":\"local_office_search_api\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_PASSWORD\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"DB_PASSWORD\",\"name\":\"local-office-search-db\"}}},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_HOST\",\"value\":\"",
            [+] "/local-office-search-api:local\",\"imagePullPolicy\":\"IfNotPresent\",\"lifecycle\":{\"preStop\":{\"exec\":{\"command\":[\"sleep\",\"10\"]}}},\"name\":\"local-office-search-api-server\",\"ports\":[{\"containerPort\":3060,\"name\":\"http\"},{\"containerPort\":9394,\"name\":\"metrics\"}],\"readinessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/status\",\"port\":3060,\"scheme\":\"HTTP\"},\"initialDelaySeconds\":10,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":5},\"resources\":{\"limits\":{\"cpu\":\"800m\",\"memory\":\"1024Mi\"},\"requests\":{\"cpu\":\"400m\",\"memory\":\"768Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"privileged\":false,\"readOnlyRootFilesystem\":false,\"runAsNonRoot\":true,\"runAsUser\":1000}}],\"dnsPolicy\":\"ClusterFirst\",\"hostNetwork\":false,\"restartPolicy\":\"Always\",\"securityContext\":{\"fsGroupChangePolicy\":\"Always\",\"runAsNonRoot\":true},\"serviceAccountName\":\"local-office-search-api\",\"setHostnameAsFQDN\":false,\"shareProcessNamespace\":false,\"terminationGracePeriodSeconds\":60}}}},{\"apiVersion\":\"v1\",\"kind\":\"Service\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"local-office-search-api\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"externalIPs\":[],\"ports\":[{\"name\":\"http\",\"port\":3060}],\"selector\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"},\"type\":\"NodePort\"}},{\"apiVersion\":\"v1\",\"kind\":\"Service\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"custom-metrics-enabled\":\"true\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"local-office-search-api-metrics\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"externalIPs\":[],\"ports\":[{\"name\":\"metrics\",\"port\":9394}],\"selector\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"},\"type\":\"ClusterIP\"}},{\"apiVersion\":\"policy/v1\",\"kind\":\"PodDisruptionBudget\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"localofficesearchapichart-localofficesearchapipdb\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"maxUnavailable\":1,\"selector\":{\"matchLabels\":{\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-Deployment-c86689ab\"}}}},{\"apiVersion\":\"batch/v1\",\"kind\":\"CronJob\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"localofficesearchapichart-scheduledimport\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"concurrencyPolicy\":\"Forbid\",\"failedJobsHistoryLimit\":1,\"jobTemplate\":{\"spec\":{\"template\":{\"metadata\":{\"annotations\":{\"ad.datadoghq.com/local-office-search-api-scheduled-import.logs\":\"[{\\\"source\\\": \\\"ruby\\\", \\\"sourcecategory\\\": \\\"sourcecode\\\", \\\"service\\\": \\\"local-office-search-api\\\"}]\"},\"labels\":{\"app\":\"local-office-search-api\",\"cdk8s.io/metadata.addr\":\"LocalOfficeSearchApiChart-ScheduledImport-c8726367\",\"component\":\"local-office-search-api-scheduled-import\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"}},\"spec\":{\"automountServiceAccountToken\":false,\"containers\":[{\"args\":[\"bin/rake\",\"sync_database\"],\"env\":[{\"name\":\"DD_ENV\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/env']\"}}},{\"name\":\"DD_SERVICE\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/service']\"}}},{\"name\":\"DD_VERSION\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"metadata.labels['tags.datadoghq.com/version']\"}}},{\"name\":\"DD_AGENT_HOST\",\"valueFrom\":{\"fieldRef\":{\"fieldPath\":\"status.hostIP\"}}},{\"name\":\"RAILS_MAX_THREADS\",\"value\":\"10\"},{\"name\":\"RAILS_ENV\",\"value\":\"production\"},{\"name\":\"RACK_ENV\",\"value\":\"production\"},{\"name\":\"NODE_ENV\",\"value\":\"production\"},{\"name\":\"SECRET_KEY_BASE\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"SECRET_KEY_BASE\",\"name\":\"local-office-search-app\"}}},{\"name\":\"RAILS_LOG_TO_STDOUT\",\"value\":\"true\"},{\"name\":\"LSS_DATA_BUCKET\",\"value\":\"sandbox-advicelocationpipe-pipelinebucket263ac468-19wuk9oanxght\"},{\"name\":\"GEO_DATA_BUCKET\",\"value\":\"uat-geo-data-postcodes-raw-eu-west-1\"},{\"name\":\"GEO_DATA_POSTCODES_FILE\",\"value\":\"Geo_postcodes_csv_uat.csv\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_USER\",\"value\":\"local_office_search_api\"},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_PASSWORD\",\"valueFrom\":{\"secretKeyRef\":{\"key\":\"DB_PASSWORD\",\"name\":\"local-office-search-db\"}}},{\"name\":\"LOCAL_OFFICE_SEARCH_DB_HOST\",\"value\":\"",
            [ ] {
            [ ]   "Fn::ImportValue": "dev-LocalOfficeSearchApiDb:ExportsOutputFnGetAttDbCluster224236EFEndpointAddress7B9F10FA"
            [ ] },
            @@ -25,6 +25,6 @@
            [ ]     {
            [ ]       "Ref": "AWS::URLSuffix"
            [ ]     },
            [-]     "/local-office-search-api:cf4189e10c053a0689e85ffcae73881ff804e441\",\"imagePullPolicy\":\"IfNotPresent\",\"lifecycle\":{\"preStop\":{\"exec\":{\"command\":[\"sleep\",\"10\"]}}},\"name\":\"local-office-search-api-scheduled-import\",\"ports\":[{\"containerPort\":3060,\"name\":\"http\"},{\"containerPort\":9394,\"name\":\"metrics\"}],\"readinessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/status\",\"port\":3060,\"scheme\":\"HTTP\"},\"initialDelaySeconds\":10,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":5},\"resources\":{\"limits\":{\"cpu\":\"800m\",\"memory\":\"1024Mi\"},\"requests\":{\"cpu\":\"400m\",\"memory\":\"768Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"privileged\":false,\"readOnlyRootFilesystem\":false,\"runAsNonRoot\":true,\"runAsUser\":1000}}],\"dnsPolicy\":\"ClusterFirst\",\"hostNetwork\":false,\"restartPolicy\":\"Never\",\"securityContext\":{\"fsGroupChangePolicy\":\"Always\",\"runAsNonRoot\":true},\"serviceAccountName\":\"local-office-search-api\",\"setHostnameAsFQDN\":false,\"shareProcessNamespace\":false,\"terminationGracePeriodSeconds\":30}}}},\"schedule\":\"55 9 * * *\",\"startingDeadlineSeconds\":10,\"successfulJobsHistoryLimit\":3,\"suspend\":false,\"timeZone\":\"Europe/London\"}},{\"apiVersion\":\"autoscaling/v2\",\"kind\":\"HorizontalPodAutoscaler\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"localofficesearchapichart-autoscaler\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"behavior\":{\"scaleDown\":{\"policies\":[{\"periodSeconds\":300,\"type\":\"Pods\",\"value\":2}],\"selectPolicy\":\"Max\",\"stabilizationWindowSeconds\":300},\"scaleUp\":{\"policies\":[{\"periodSeconds\":60,\"type\":\"Pods\",\"value\":4},{\"periodSeconds\":60,\"type\":\"Percent\",\"value\":200}],\"selectPolicy\":\"Max\",\"stabilizationWindowSeconds\":0}},\"maxReplicas\":4,\"metrics\":[{\"pods\":{\"metric\":{\"name\":\"puma_business\"},\"target\":{\"averageValue\":0.75,\"type\":\"AverageValue\"}},\"type\":\"Pods\"}],\"minReplicas\":2,\"scaleTargetRef\":{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"name\":\"localofficesearchapichart-deployment\"}}},{\"apiVersion\":\"networking.k8s.io/v1\",\"kind\":\"NetworkPolicy\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"localofficesearchapichart-allowexternaltraffic\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"ingress\":[{\"from\":[{\"ipBlock\":{\"cidr\":\"0.0.0.0/0\"}}],\"ports\":[{\"port\":3060}]}],\"podSelector\":{},\"policyTypes\":[\"Ingress\"]}},{\"apiVersion\":\"networking.k8s.io/v1\",\"kind\":\"NetworkPolicy\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"localofficesearchapichart-allowmetricscollection\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"ingress\":[{\"from\":[{\"namespaceSelector\":{\"matchLabels\":{\"kubernetes.io/metadata.name\":\"kube-monitoring\"}},\"podSelector\":{\"matchExpressions\":[{\"key\":\"prometheus\",\"operator\":\"In\",\"values\":[\"prometheus-operator-prometheus\"]}]}}],\"ports\":[{\"port\":9394}]}],\"podSelector\":{},\"policyTypes\":[\"Ingress\"]}},{\"apiVersion\":\"monitoring.coreos.com/v1\",\"kind\":\"Probe\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"cf4189e10c053a0689e85ffcae73881ff804e441\"},\"name\":\"localofficesearchapichart-probe\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"interval\":\"60s\",\"module\":\"http_2xx\",\"prober\":{\"path\":\"/probe\",\"url\":\"prometheus-blackbox-exporter.kube-monitoring.svc.cluster.local:9115\"},\"targets\":{\"staticConfig\":{\"static\":[\"http://local-office-search-api.dev-local-office-search-api.svc.cluster.local:3060/api/v2/offices?q=WC1X+0DW\"]}}}}]}"
            [+]     "/local-office-search-api:local\",\"imagePullPolicy\":\"IfNotPresent\",\"lifecycle\":{\"preStop\":{\"exec\":{\"command\":[\"sleep\",\"10\"]}}},\"name\":\"local-office-search-api-scheduled-import\",\"ports\":[{\"containerPort\":3060,\"name\":\"http\"},{\"containerPort\":9394,\"name\":\"metrics\"}],\"readinessProbe\":{\"failureThreshold\":3,\"httpGet\":{\"path\":\"/status\",\"port\":3060,\"scheme\":\"HTTP\"},\"initialDelaySeconds\":10,\"periodSeconds\":10,\"successThreshold\":1,\"timeoutSeconds\":5},\"resources\":{\"limits\":{\"cpu\":\"800m\",\"memory\":\"1024Mi\"},\"requests\":{\"cpu\":\"400m\",\"memory\":\"768Mi\"}},\"securityContext\":{\"allowPrivilegeEscalation\":false,\"privileged\":false,\"readOnlyRootFilesystem\":false,\"runAsNonRoot\":true,\"runAsUser\":1000}}],\"dnsPolicy\":\"ClusterFirst\",\"hostNetwork\":false,\"restartPolicy\":\"Never\",\"securityContext\":{\"fsGroupChangePolicy\":\"Always\",\"runAsNonRoot\":true},\"serviceAccountName\":\"local-office-search-api\",\"setHostnameAsFQDN\":false,\"shareProcessNamespace\":false,\"terminationGracePeriodSeconds\":30}}}},\"schedule\":\"55 9 * * *\",\"startingDeadlineSeconds\":10,\"successfulJobsHistoryLimit\":3,\"suspend\":false,\"timeZone\":\"Europe/London\"}},{\"apiVersion\":\"autoscaling/v2\",\"kind\":\"HorizontalPodAutoscaler\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"localofficesearchapichart-autoscaler\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"behavior\":{\"scaleDown\":{\"policies\":[{\"periodSeconds\":300,\"type\":\"Pods\",\"value\":2}],\"selectPolicy\":\"Max\",\"stabilizationWindowSeconds\":300},\"scaleUp\":{\"policies\":[{\"periodSeconds\":60,\"type\":\"Pods\",\"value\":4},{\"periodSeconds\":60,\"type\":\"Percent\",\"value\":200}],\"selectPolicy\":\"Max\",\"stabilizationWindowSeconds\":0}},\"maxReplicas\":4,\"metrics\":[{\"pods\":{\"metric\":{\"name\":\"puma_business\"},\"target\":{\"averageValue\":0.75,\"type\":\"AverageValue\"}},\"type\":\"Pods\"}],\"minReplicas\":2,\"scaleTargetRef\":{\"apiVersion\":\"apps/v1\",\"kind\":\"Deployment\",\"name\":\"localofficesearchapichart-deployment\"}}},{\"apiVersion\":\"networking.k8s.io/v1\",\"kind\":\"NetworkPolicy\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"localofficesearchapichart-allowexternaltraffic\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"ingress\":[{\"from\":[{\"ipBlock\":{\"cidr\":\"0.0.0.0/0\"}}],\"ports\":[{\"port\":3060}]}],\"podSelector\":{},\"policyTypes\":[\"Ingress\"]}},{\"apiVersion\":\"networking.k8s.io/v1\",\"kind\":\"NetworkPolicy\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"localofficesearchapichart-allowmetricscollection\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"ingress\":[{\"from\":[{\"namespaceSelector\":{\"matchLabels\":{\"kubernetes.io/metadata.name\":\"kube-monitoring\"}},\"podSelector\":{\"matchExpressions\":[{\"key\":\"prometheus\",\"operator\":\"In\",\"values\":[\"prometheus-operator-prometheus\"]}]}}],\"ports\":[{\"port\":9394}]}],\"podSelector\":{},\"policyTypes\":[\"Ingress\"]}},{\"apiVersion\":\"monitoring.coreos.com/v1\",\"kind\":\"Probe\",\"metadata\":{\"labels\":{\"app\":\"local-office-search-api\",\"env\":\"dev\",\"tags.datadoghq.com/env\":\"dev\",\"tags.datadoghq.com/service\":\"local-office-search-api\",\"tags.datadoghq.com/version\":\"local\"},\"name\":\"localofficesearchapichart-probe\",\"namespace\":\"dev-local-office-search-api\"},\"spec\":{\"interval\":\"60s\",\"module\":\"http_2xx\",\"prober\":{\"path\":\"/probe\",\"url\":\"prometheus-blackbox-exporter.kube-monitoring.svc.cluster.local:9115\"},\"targets\":{\"staticConfig\":{\"static\":[\"http://local-office-search-api.dev-local-office-search-api.svc.cluster.local:3060/api/v2/offices?q=WC1X+0DW\"]}}}}]}"
            [ ]   ]
            [ ] ]

Stack dev-LocalOfficeSearchApiDeployment-devLocalOfficeSearchApiDeploymentEksClusterIntegrat-PR75B9URWKWC
There were no differences


✨  Number of stacks with differences: 1

…y with 3 updates

Bumps the regular-updates group with 3 updates in the / directory: [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby), [datadog](https://github.com/DataDog/dd-trace-rb) and [bootsnap](https://github.com/rails/bootsnap).


Updates `aws-sdk-s3` from 1.219.0 to 1.220.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `datadog` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](DataDog/dd-trace-rb@v2.30.0...v2.31.0)

Updates `bootsnap` from 1.23.0 to 1.24.2
- [Release notes](https://github.com/rails/bootsnap/releases)
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md)
- [Commits](rails/bootsnap@v1.23.0...v1.24.2)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-version: 1.220.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
- dependency-name: bootsnap
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
- dependency-name: datadog
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/regular-updates-2c4b50f4f7 branch from 63e0710 to 3dfa1e1 Compare May 12, 2026 04:59
@marianayovcheva marianayovcheva merged commit d43eb22 into develop May 13, 2026
4 checks passed
@marianayovcheva marianayovcheva deleted the dependabot/bundler/regular-updates-2c4b50f4f7 branch May 13, 2026 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant