Skip to content

Commit

Permalink
build(deps): bump sequel from 5.69.0 to 5.70.0 (#3334)
Browse files Browse the repository at this point in the history
Bumps [sequel](https://github.com/jeremyevans/sequel) from 5.69.0 to 5.70.0.
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.69.0...5.70.0)

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

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 Jul 5, 2023
1 parent 1750fec commit f224c7d
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 'rake'
gem 'retryable'
gem 'rfc822'
gem 'rubyzip', '>= 1.3.0'
gem 'sequel', '~> 5.69'
gem 'sequel', '~> 5.70'
gem 'sequel_pg', require: 'sequel'
gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ GEM
ruby_parser (3.8.3)
sexp_processor (~> 4.1)
rubyzip (2.3.2)
sequel (5.69.0)
sequel (5.70.0)
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
Expand Down Expand Up @@ -612,7 +612,7 @@ DEPENDENCIES
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.53.1)
rubyzip (>= 1.3.0)
sequel (~> 5.69)
sequel (~> 5.70)
sequel_pg
sinatra (~> 3.0)
sinatra-contrib
Expand Down

0 comments on commit f224c7d

Please sign in to comment.