From 68b8c52be7ec1fd82afee13eb2632d810b431900 Mon Sep 17 00:00:00 2001 From: lauren_tb Date: Thu, 29 Aug 2024 11:14:37 +0100 Subject: [PATCH] Updated gemfile and gemfile.lock --- .github/dependabot.yml | 4 +++ .github/labeler.yml | 11 ++++--- .github/workflows/label-pull-request.yml | 2 +- dhcp-service/metrics/Gemfile | 6 ++-- dhcp-service/metrics/Gemfile.lock | 37 ++++++++++++------------ 5 files changed, 34 insertions(+), 26 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f67b12f..1bdee42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,7 @@ updates: directory: "/nginx" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file diff --git a/.github/labeler.yml b/.github/labeler.yml index 416b1c0..640d38d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,7 +1,10 @@ dhcp-dns: - - '**' +- changed-files: + - any-glob-to-any-file: '**' documentation: - - "diagrams/**" - - "documentation/**" - - "README.md" +- changed-files: + - any-glob-to-any-file: + - "diagrams/**" + - "documentation/**" + - "README.md" \ No newline at end of file diff --git a/.github/workflows/label-pull-request.yml b/.github/workflows/label-pull-request.yml index e476ccf..201a4ec 100644 --- a/.github/workflows/label-pull-request.yml +++ b/.github/workflows/label-pull-request.yml @@ -9,7 +9,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true diff --git a/dhcp-service/metrics/Gemfile b/dhcp-service/metrics/Gemfile index 18c5d72..c60d185 100644 --- a/dhcp-service/metrics/Gemfile +++ b/dhcp-service/metrics/Gemfile @@ -3,9 +3,9 @@ source "http://rubygems.org" ruby File.read(".ruby-version").chomp -gem "aws-sdk-cloudwatch", "~>1.81" -gem "sequel", "~> 5.73" -gem "mysql2", "~> 0.5.5" +gem "aws-sdk-cloudwatch", "~>1.97.0" +gem "sequel", "~> 5.83.0" +gem "mysql2", "~> 0.5.6" group :test do gem "rspec" diff --git a/dhcp-service/metrics/Gemfile.lock b/dhcp-service/metrics/Gemfile.lock index 7421006..9d9610d 100644 --- a/dhcp-service/metrics/Gemfile.lock +++ b/dhcp-service/metrics/Gemfile.lock @@ -3,26 +3,26 @@ 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-sigv4 (~> 1.1) - aws-sdk-core (3.185.2) - aws-eventstream (~> 1, >= 1.0.2) - aws-partitions (~> 1, >= 1.651.0) + aws-eventstream (1.3.0) + aws-partitions (1.969.0) + aws-sdk-cloudwatch (1.97.0) + aws-sdk-core (~> 3, >= 3.201.0) aws-sigv4 (~> 1.5) + aws-sdk-core (3.202.0) + aws-eventstream (~> 1, >= 1.3.0) + aws-partitions (~> 1, >= 1.651.0) + aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sigv4 (1.6.1) + aws-sigv4 (1.9.1) aws-eventstream (~> 1, >= 1.0.2) - bigdecimal (3.1.4) - concurrent-ruby (1.2.2) + bigdecimal (3.1.8) + concurrent-ruby (1.3.4) crack (0.4.5) rexml diff-lcs (1.5.0) hashdiff (1.0.1) jmespath (1.6.2) - mysql2 (0.5.5) + mysql2 (0.5.6) public_suffix (5.0.3) rexml (3.2.6) rspec (3.12.0) @@ -38,11 +38,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - sentry-ruby (5.12.0) + sentry-ruby (5.19.0) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sequel (5.73.0) + sequel (5.83.1) bigdecimal - timecop (0.9.8) + timecop (0.9.10) webmock (3.19.1) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -52,11 +53,11 @@ PLATFORMS ruby DEPENDENCIES - aws-sdk-cloudwatch (~> 1.81) - mysql2 (~> 0.5.5) + aws-sdk-cloudwatch (~> 1.97.0) + mysql2 (~> 0.5.6) rspec sentry-ruby - sequel (~> 5.73) + sequel (~> 5.83.0) timecop webmock