From cb99082868798f100beef3b9c17f809e26625546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:28:33 +0000 Subject: [PATCH] Update sequel requirement from >= 5.69, < 5.80 to >= 5.69, < 5.82 Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version. - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/sequel/compare/5.79.0...5.81.0) --- updated-dependencies: - dependency-name: sequel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- pg_easy_replicate.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc0d154..fcd829e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,14 +4,14 @@ PATH pg_easy_replicate (0.2.5) ougai (~> 2.0.0) pg (~> 1.5.3) - sequel (>= 5.69, < 5.80) + sequel (>= 5.69, < 5.82) thor (>= 1.2.2, < 1.4.0) GEM remote: https://rubygems.org/ specs: ast (2.4.2) - bigdecimal (3.1.7) + bigdecimal (3.1.8) coderay (1.1.3) diff-lcs (1.5.1) haml (6.1.1) @@ -84,7 +84,7 @@ GEM rubocop-rspec_rails (2.28.2) rubocop (~> 1.40) ruby-progressbar (1.13.0) - sequel (5.79.0) + sequel (5.81.0) bigdecimal syntax_tree (6.2.0) prettier_print (>= 1.2.0) diff --git a/pg_easy_replicate.gemspec b/pg_easy_replicate.gemspec index 4529526..066f8b9 100644 --- a/pg_easy_replicate.gemspec +++ b/pg_easy_replicate.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency("ougai", "~> 2.0.0") spec.add_runtime_dependency("pg", "~> 1.5.3") - spec.add_runtime_dependency("sequel", ">= 5.69", "< 5.80") + spec.add_runtime_dependency("sequel", ">= 5.69", "< 5.82") spec.add_runtime_dependency("thor", ">= 1.2.2", "< 1.4.0") # rubocop:disable Gemspec/DevelopmentDependencies