From c54b33539eaa2e573dd879429bca2f8392cbcf66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 20:43:44 +0000 Subject: [PATCH] bundle: bump the ruby-dependencies group across 1 directory with 6 updates Bumps the ruby-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bootsnap](https://github.com/rails/bootsnap) | `1.24.6` | `1.25.0` | | [haml](https://github.com/haml/haml) | `7.2.0` | `7.3.0` | | [dalli](https://github.com/petergoldstein/dalli) | `5.0.5` | `5.0.6` | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.9.5` | `2.9.6` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.46.0` | `4.47.0` | | [simplecov](https://github.com/simplecov-ruby/simplecov) | `1.0.1` | `1.1.1` | 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 `haml` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/haml/haml/releases) - [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md) - [Commits](https://github.com/haml/haml/compare/v7.2.0...v7.3.0) Updates `dalli` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/petergoldstein/dalli/releases) - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](https://github.com/petergoldstein/dalli/compare/v5.0.5...v5.0.6) 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 `selenium-webdriver` from 4.46.0 to 4.47.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.46.0...selenium-4.47.0) Updates `simplecov` from 1.0.1 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.1...v1.1.1) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: haml dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: dalli dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: sqlite3 dependency-version: 2.9.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: selenium-webdriver dependency-version: 4.47.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: simplecov dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 80299e1..187a109 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :development do # gem "rack-mini-profiler" # Use sqlite3 as the database for Active Record - gem "sqlite3", "~> 2.6" + gem "sqlite3", "~> 2.9" # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" diff --git a/Gemfile.lock b/Gemfile.lock index 93b3682..c50c213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,8 +100,8 @@ GEM base64 (0.3.0) 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) bootstrap5-kaminari-views (0.0.1) @@ -128,7 +128,7 @@ GEM connection_pool (3.0.2) crass (1.0.7) csv (3.3.5) - dalli (5.0.5) + dalli (5.0.6) logger dartsass-rails (0.5.1) railties (>= 6.0.0) @@ -164,7 +164,8 @@ GEM google-protobuf (4.35.1-x86_64-linux-gnu) bigdecimal rake (~> 13.3) - haml (7.2.0) + haml (7.3.0) + prism (>= 1.1.0) temple (>= 0.8.2) thor tilt @@ -230,7 +231,7 @@ GEM minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - msgpack (1.8.3) + msgpack (1.8.4) net-imap (0.6.4.1) date net-protocol @@ -336,7 +337,7 @@ GEM sassc-embedded (1.80.9) sass-embedded (~> 1.80) securerandom (0.4.1) - selenium-webdriver (4.46.0) + selenium-webdriver (4.47.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -345,7 +346,7 @@ GEM simple_form (5.4.1) actionpack (>= 7.0) activemodel (>= 7.0) - simplecov (1.0.1) + simplecov (1.1.1) sprockets (4.2.2) concurrent-ruby (~> 1.0) logger @@ -354,10 +355,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.9.5-x86_64-linux-gnu) + sqlite3 (2.9.6-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) - temple (0.10.4) + temple (0.10.6) thor (1.5.0) tilt (2.8.0) timeout (0.6.1) @@ -419,7 +420,7 @@ DEPENDENCIES simple_form simplecov sprockets-rails - sqlite3 (~> 2.6) + sqlite3 (~> 2.9) stimulus-rails turbo-rails tzinfo-data