Skip to content

Commit

Permalink
Bump sequel from 5.83.1 to 5.85.0 in /dhcp-service/metrics
Browse files Browse the repository at this point in the history
Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.83.1 to 5.85.0.
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.83.1...5.85.0)

---
updated-dependencies:
- dependency-name: sequel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent e380c99 commit b68abb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dhcp-service/metrics/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "http://rubygems.org"
ruby File.read(".ruby-version").chomp

gem "aws-sdk-cloudwatch", "~>1.97.0"
gem "sequel", "~> 5.83.0"
gem "sequel", "~> 5.85.0"
gem "mysql2", "~> 0.5.6"

group :test do
Expand Down
4 changes: 2 additions & 2 deletions dhcp-service/metrics/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
sentry-ruby (5.19.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sequel (5.83.1)
sequel (5.85.0)
bigdecimal
timecop (0.9.10)
webmock (3.19.1)
Expand All @@ -57,7 +57,7 @@ DEPENDENCIES
mysql2 (~> 0.5.6)
rspec
sentry-ruby
sequel (~> 5.83.0)
sequel (~> 5.85.0)
timecop
webmock

Expand Down

0 comments on commit b68abb8

Please sign in to comment.