Skip to content

Commit

Permalink
Bump sequel from 5.59.0 to 5.60.1 (#729)
Browse files Browse the repository at this point in the history
Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.59.0 to 5.60.1.
- [Release notes](https://github.com/jeremyevans/sequel/releases)
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.59.0...5.60.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2022
1 parent f250a90 commit 08b752a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'redis', '~> 4.5.1'

# database
gem 'pg', '~> 1.4.3'
gem 'sequel', '5.59.0'
gem 'sequel', '5.60.1'
gem 'aws-sdk-kms', '~> 1.42.0'

# auth
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ GEM
sentry-ruby (~> 5.4.2)
sentry-ruby (5.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
sequel (5.59.0)
sequel (5.60.1)
simple_structured_logger (1.0.2)
sinatra (2.2.2)
mustermann (~> 2.0)
Expand Down Expand Up @@ -495,7 +495,7 @@ DEPENDENCIES
sentry-rails (~> 5.4.2)
sentry-resque (~> 5.4.2)
sentry-ruby (~> 5.4.2)
sequel (= 5.59.0)
sequel (= 5.60.1)
simple_structured_logger (~> 1.0.2)
sorbet (~> 0.5.10346)
sorbet-rails (~> 0.7.34)
Expand Down

0 comments on commit 08b752a

Please sign in to comment.