From 625586759368b0e441e7ac39f40a0828ad2783d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 16:45:57 +0000 Subject: [PATCH] chore(deps-dev): bump the development-dependencies group with 3 updates Bumps the development-dependencies group with 3 updates: [lefthook](https://github.com/evilmartians/lefthook), [rspec-rails](https://github.com/rspec/rspec-rails) and [sqlite3](https://github.com/sparklemotion/sqlite3-ruby). Updates `lefthook` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](https://github.com/evilmartians/lefthook/compare/v2.1.3...v2.1.4) Updates `rspec-rails` from 8.0.3 to 8.0.4 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v8.0.3...v8.0.4) Updates `sqlite3` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.9.1...v2.9.2) --- updated-dependencies: - dependency-name: lefthook dependency-version: 2.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rspec-rails dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: sqlite3 dependency-version: 2.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc39d3e1..5e62bfb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM addressable (~> 2.8) bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) - lefthook (2.1.3) + lefthook (2.1.4) lint_roller (1.1.0) logger (1.7.0) loofah (2.25.1) @@ -227,17 +227,17 @@ GEM rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.7) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.3) + rspec-rails (8.0.4) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) + rspec-core (>= 3.13.0, < 5.0.0) + rspec-expectations (>= 3.13.0, < 5.0.0) + rspec-mocks (>= 3.13.0, < 5.0.0) + rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) rubocop (1.85.0) json (~> 2.3) @@ -282,14 +282,14 @@ GEM rubocop-rspec (>= 3.0, < 4.0) ruby-progressbar (1.13.0) securerandom (0.4.1) - sqlite3 (2.9.1-aarch64-linux-gnu) - sqlite3 (2.9.1-aarch64-linux-musl) - sqlite3 (2.9.1-arm-linux-gnu) - sqlite3 (2.9.1-arm-linux-musl) - sqlite3 (2.9.1-arm64-darwin) - sqlite3 (2.9.1-x86_64-darwin) - sqlite3 (2.9.1-x86_64-linux-gnu) - sqlite3 (2.9.1-x86_64-linux-musl) + sqlite3 (2.9.2-aarch64-linux-gnu) + sqlite3 (2.9.2-aarch64-linux-musl) + sqlite3 (2.9.2-arm-linux-gnu) + sqlite3 (2.9.2-arm-linux-musl) + sqlite3 (2.9.2-arm64-darwin) + sqlite3 (2.9.2-x86_64-darwin) + sqlite3 (2.9.2-x86_64-linux-gnu) + sqlite3 (2.9.2-x86_64-linux-musl) stringio (3.2.0) thor (1.5.0) timeout (0.6.0)