From 6e229296ad48dbb267cd074c0c72f0654eec2c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:34:00 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [overcommit](https://github.com/sds/overcommit) and [sequel](https://github.com/jeremyevans/sequel). Updates `overcommit` from 0.71.0 to 0.72.0 - [Release notes](https://github.com/sds/overcommit/releases) - [Changelog](https://github.com/sds/overcommit/blob/main/CHANGELOG.md) - [Commits](https://github.com/sds/overcommit/compare/v0.71.0...v0.72.0) Updates `sequel` from 5.106.0 to 5.107.0 - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/sequel/compare/5.106.0...5.107.0) --- updated-dependencies: - dependency-name: overcommit dependency-version: 0.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: sequel dependency-version: 5.107.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 32c2e5d..65e1496 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,6 @@ source 'https://rubygems.org' # Specify your gem's dependencies in sequelizer.gemspec gemspec -gem 'overcommit', '~> 0.71' +gem 'overcommit', '~> 0.72' gem 'sequel-duckdb', github: 'outcomesinsights/sequel-duckdb', branch: 'main' gem 'sequel-hexspace', github: 'outcomesinsights/sequel-hexspace', branch: 'main' diff --git a/Gemfile.lock b/Gemfile.lock index 88cd3e0..3a377bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,10 +101,10 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - overcommit (0.71.0) + overcommit (0.72.0) childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) - rexml (>= 3.3.9) + rexml (>= 3.4.2) parallel (1.28.0) parser (3.3.12.0) ast (~> 2.4.1) @@ -148,7 +148,7 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (1.13.0) securerandom (0.4.1) - sequel (5.106.0) + sequel (5.107.0) bigdecimal shellany (0.0.1) simplecov (1.0.3) @@ -171,7 +171,7 @@ DEPENDENCIES guard-minitest (~> 3.0) minitest (~> 6.0) minitest-mock (~> 5.27) - overcommit (~> 0.71) + overcommit (~> 0.72) pg (~> 1.0) rake (~> 13.3) rubocop (~> 1.0)