Skip to content

Commit

Permalink
Updated gemfile and gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Aug 29, 2024
1 parent 5a3f4ec commit 68b8c52
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 26 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ updates:
directory: "/nginx"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
11 changes: 7 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/label-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions dhcp-service/metrics/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
37 changes: 19 additions & 18 deletions dhcp-service/metrics/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 68b8c52

Please sign in to comment.