Skip to content

Commit

Permalink
⬆️ Bump aws-sdk-cloudwatch in /dhcp-service/metrics
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: aws-sdk-cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 417a300 commit 70a5258
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dhcp-service/metrics/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
18 changes: 9 additions & 9 deletions dhcp-service/metrics/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -52,7 +52,7 @@ PLATFORMS
ruby

DEPENDENCIES
aws-sdk-cloudwatch (~> 1.81)
aws-sdk-cloudwatch (~> 1.89)
mysql2 (~> 0.5.5)
rspec
sentry-ruby
Expand Down

0 comments on commit 70a5258

Please sign in to comment.