From f77754f6f99fe6ba52b50da01a5293dac8122b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:14:45 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 5 updates Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [puma](https://github.com/puma/puma) | `6.6.1` | `7.0.3` | | [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) | `6.5.0` | `6.5.1` | | [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) | `6.0.6` | `6.1.0` | | [pg](https://github.com/ged/ruby-pg) | `1.6.1` | `1.6.2` | | [recaptcha](https://github.com/ambethia/recaptcha) | `5.20.1` | `5.21.0` | Updates `puma` from 6.6.1 to 7.0.3 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v6.6.1...v7.0.3) Updates `factory_bot_rails` from 6.5.0 to 6.5.1 - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v6.5.0...v6.5.1) Updates `honeybadger` from 6.0.6 to 6.1.0 - [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.0.6...v6.1.0) Updates `pg` from 1.6.1 to 1.6.2 - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.6.1...v1.6.2) Updates `recaptcha` from 5.20.1 to 5.21.0 - [Changelog](https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md) - [Commits](https://github.com/ambethia/recaptcha/compare/v5.20.1...v5.21.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: factory_bot_rails dependency-version: 6.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: honeybadger dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: recaptcha dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 5147432..9c01ade 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "sprockets-rails" gem 'sqlite3', '~> 2.0' # Use Puma as the app server -gem 'puma', '~> 6.0' +gem 'puma', '~> 7.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 db1442e..300fd42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -108,7 +108,7 @@ GEM config (5.6.1) deep_merge (~> 1.2, >= 1.2.1) ostruct - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) date (3.4.1) debug (1.11.0) @@ -126,9 +126,9 @@ GEM drb (2.2.3) erb (5.0.2) erubi (1.13.1) - factory_bot (6.5.4) + factory_bot (6.5.5) activesupport (>= 6.1.0) - factory_bot_rails (6.5.0) + factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) faraday (2.13.4) @@ -151,7 +151,7 @@ GEM oauth (>= 0.3.6) google-analytics-rails (1.1.1) hashie (5.0.0) - honeybadger (6.0.6) + honeybadger (6.1.0) logger ostruct i18n (1.14.7) @@ -224,7 +224,7 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.9) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth (1.1.0) @@ -270,7 +270,7 @@ GEM request_store (~> 1.4) paranoia (3.0.1) activerecord (>= 6, < 8.1) - pg (1.6.1) + pg (1.6.2) popper_js (2.11.8) pp (0.6.2) prettyprint @@ -279,10 +279,10 @@ GEM date stringio public_suffix (6.0.2) - puma (6.6.1) + puma (7.0.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.0) + rack (3.2.1) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-mini-profiler (4.0.1) @@ -343,7 +343,7 @@ GEM rdoc (6.14.2) erb psych (>= 4.0.0) - recaptcha (5.20.1) + recaptcha (5.21.0) redcarpet (3.6.1) redis (5.4.1) redis-client (>= 0.22.0) @@ -493,7 +493,7 @@ DEPENDENCIES paranoia pg popper_js - puma (~> 6.0) + puma (~> 7.0) rack-attack rack-mini-profiler (~> 4.0) rails (~> 8.0)