From fefa13753d93af6b6624f1bbc7610e2eb9e2541a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:12:12 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby), [bootsnap](https://github.com/rails/bootsnap) and [simplecov](https://github.com/simplecov-ruby/simplecov). Updates `sqlite3` from 2.9.5 to 2.9.6 - [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.5...v2.9.6) Updates `bootsnap` from 1.24.6 to 1.25.0 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/bootsnap/compare/v1.24.6...v1.25.0) Updates `simplecov` from 1.0.3 to 1.1.1 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v1.0.3...v1.1.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: bootsnap dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: simplecov dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1f0ff22..72c6378 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,8 +88,8 @@ GEM bcrypt (3.1.22) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.6) - msgpack (~> 1.2) + bootsnap (1.25.0) + msgpack (~> 1.5) bootstrap (5.3.8) popper_js (>= 2.11.8, < 3) bootstrap_form (5.6.1) @@ -221,7 +221,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - msgpack (1.8.1) + msgpack (1.8.4) multi_xml (0.9.1) bigdecimal (>= 3.1, < 5) net-http (0.9.1) @@ -419,7 +419,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - simplecov (1.0.3) + simplecov (1.1.1) sitemap_generator (7.1.1) builder (~> 3.0) slowpoke (1.0.0) @@ -437,7 +437,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.9.5) + sqlite3 (2.9.6) mini_portile2 (~> 2.8.0) stimulus-rails (1.3.4) railties (>= 6.0.0)