Skip to content

Commit

Permalink
Merge pull request #3501 from cloudfoundry/dependabot/bundler/sequel-…
Browse files Browse the repository at this point in the history
…5.74.0

build(deps): bump sequel from 5.73.0 to 5.74.0
  • Loading branch information
philippthun authored Nov 2, 2023
2 parents 110b23d + f20e5cb commit 24d5447
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 @@ -36,7 +36,7 @@ gem 'redis'
gem 'retryable'
gem 'rfc822'
gem 'rubyzip', '>= 1.3.0'
gem 'sequel', '~> 5.73'
gem 'sequel', '~> 5.74'
gem 'sequel_pg', require: 'sequel'
gem 'sinatra', '~> 3.1'
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 @@ -476,7 +476,7 @@ GEM
ruby_parser (3.8.3)
sexp_processor (~> 4.1)
rubyzip (2.3.2)
sequel (5.73.0)
sequel (5.74.0)
bigdecimal
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
Expand Down Expand Up @@ -637,7 +637,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.25)
rubocop-sequel (~> 0.3.4)
rubyzip (>= 1.3.0)
sequel (~> 5.73)
sequel (~> 5.74)
sequel_pg
sinatra (~> 3.1)
sinatra-contrib
Expand Down

0 comments on commit 24d5447

Please sign in to comment.