From 70a5258e97e0e342cd19fd21a189d636b519ebe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:47:33 +0000 Subject: [PATCH] :arrow_up: Bump aws-sdk-cloudwatch in /dhcp-service/metrics --- updated-dependencies: - dependency-name: aws-sdk-cloudwatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dhcp-service/metrics/Gemfile | 2 +- dhcp-service/metrics/Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dhcp-service/metrics/Gemfile b/dhcp-service/metrics/Gemfile index 18c5d72..e6cb67a 100644 --- a/dhcp-service/metrics/Gemfile +++ b/dhcp-service/metrics/Gemfile @@ -3,7 +3,7 @@ source "http://rubygems.org" ruby File.read(".ruby-version").chomp -gem "aws-sdk-cloudwatch", "~>1.81" +gem "aws-sdk-cloudwatch", "~>1.89" gem "sequel", "~> 5.73" gem "mysql2", "~> 0.5.5" diff --git a/dhcp-service/metrics/Gemfile.lock b/dhcp-service/metrics/Gemfile.lock index 7421006..62d7149 100644 --- a/dhcp-service/metrics/Gemfile.lock +++ b/dhcp-service/metrics/Gemfile.lock @@ -3,17 +3,17 @@ GEM specs: addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - aws-eventstream (1.2.0) - aws-partitions (1.843.0) - aws-sdk-cloudwatch (1.81.0) - aws-sdk-core (~> 3, >= 3.184.0) + aws-eventstream (1.3.0) + aws-partitions (1.914.0) + aws-sdk-cloudwatch (1.89.0) + aws-sdk-core (~> 3, >= 3.191.0) aws-sigv4 (~> 1.1) - aws-sdk-core (3.185.2) - aws-eventstream (~> 1, >= 1.0.2) + aws-sdk-core (3.192.0) + aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.5) + aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sigv4 (1.6.1) + aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) bigdecimal (3.1.4) concurrent-ruby (1.2.2) @@ -52,7 +52,7 @@ PLATFORMS ruby DEPENDENCIES - aws-sdk-cloudwatch (~> 1.81) + aws-sdk-cloudwatch (~> 1.89) mysql2 (~> 0.5.5) rspec sentry-ruby