From 4a34e24dd93d359fdb6d27ea8a961d1b25fbcc51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:28:51 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 4 updates Bumps the dependencies group with 4 updates in the / directory: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby), [puma](https://github.com/puma/puma), [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) and [recaptcha](https://github.com/ambethia/recaptcha). Updates `sqlite3` from 2.9.2 to 2.9.3 - [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.2...v2.9.3) Updates `puma` from 7.2.0 to 8.0.0 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](https://github.com/puma/puma/compare/v7.2.0...v8.0.0) Updates `honeybadger` from 6.5.3 to 6.5.5 - [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases) - [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/honeybadger-io/honeybadger-ruby/compare/v6.5.3...v6.5.5) Updates `recaptcha` from 5.21.1 to 5.21.2 - [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md) - [Commits](https://github.com/ambethia/recaptcha/compare/v5.21.1...v5.21.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: honeybadger dependency-version: 6.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: recaptcha dependency-version: 5.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 9c01ade..c9b50c8 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "sprockets-rails" gem 'sqlite3', '~> 2.0' # Use Puma as the app server -gem 'puma', '~> 7.0' +gem 'puma', '~> 8.0' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index df5b952..5439b0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -154,7 +154,7 @@ GEM oauth (>= 0.3.6) google-analytics-rails (1.1.1) hashie (5.0.0) - honeybadger (6.5.3) + honeybadger (6.5.5) logger ostruct i18n (1.14.8) @@ -289,7 +289,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -355,7 +355,7 @@ GEM erb psych (>= 4.0.0) tsort - recaptcha (5.21.1) + recaptcha (5.21.2) redcarpet (3.6.1) redis (5.4.1) redis-client (>= 0.22.0) @@ -429,7 +429,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.9.2) + sqlite3 (2.9.3) mini_portile2 (~> 2.8.0) stimulus-rails (1.3.4) railties (>= 6.0.0) @@ -506,7 +506,7 @@ DEPENDENCIES paranoia pg popper_js - puma (~> 7.0) + puma (~> 8.0) rack-attack rack-mini-profiler (~> 4.0) rails (~> 8.0)