From 1601f8e3d90320655dfbb54fe10e214a8734e40b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:18:03 +0000 Subject: [PATCH] chore(deps): bump the bundler group across 1 directory with 4 updates Bumps the bundler group with 4 updates in the / directory: [puma](https://github.com/puma/puma), [erb](https://github.com/ruby/erb), [net-imap](https://github.com/ruby/net-imap) and [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `puma` from 7.2.0 to 7.2.1 - [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...v7.2.1) Updates `erb` from 5.1.3 to 6.0.1.1 - [Release notes](https://github.com/ruby/erb/releases) - [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md) - [Commits](https://github.com/ruby/erb/compare/v5.1.3...v6.0.1.1) Updates `net-imap` from 0.6.4 to 0.6.4.1 - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](https://github.com/ruby/net-imap/compare/v0.6.4...v0.6.4.1) Updates `nokogiri` from 1.19.3 to 1.19.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.19.3...v1.19.4) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.1 dependency-type: direct:production dependency-group: bundler - dependency-name: erb dependency-version: 6.0.1.1 dependency-type: indirect dependency-group: bundler - dependency-name: net-imap dependency-version: 0.6.4.1 dependency-type: indirect dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index f15329f..4a48d98 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby file: '.ruby-version' gem 'rails', '~> 8.1' # Use Puma as the app server -gem 'puma', '~> 7.0' +gem 'puma', '~> 7.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder' diff --git a/Gemfile.lock b/Gemfile.lock index cacb8a9..9ff2dfb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM docile (1.4.1) dotenv (3.2.0) drb (2.2.3) - erb (5.1.3) + erb (6.0.1.1) erubi (1.13.1) execjs (2.10.1) faraday (2.14.2) @@ -250,7 +250,7 @@ GEM railties (>= 4.0) net-http (0.9.1) uri (>= 0.11.1) - net-imap (0.6.4) + net-imap (0.6.4.1) date net-protocol net-pop (0.1.2) @@ -260,21 +260,21 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.3-aarch64-linux-gnu) + nokogiri (1.19.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-aarch64-linux-musl) + nokogiri (1.19.4-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-gnu) + nokogiri (1.19.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-musl) + nokogiri (1.19.4-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm64-darwin) + nokogiri (1.19.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-darwin) + nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-gnu) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-musl) + nokogiri (1.19.4-x86_64-linux-musl) racc (~> 1.4) observer (0.1.2) open3 (0.2.1) @@ -294,7 +294,7 @@ GEM date stringio public_suffix (6.0.2) - puma (7.2.0) + puma (7.2.1) nio4r (~> 2.0) puma-metrics (1.5.0) prometheus-client (>= 0.10) @@ -561,7 +561,7 @@ DEPENDENCIES mocha ostruct prometheus-client - puma (~> 7.0) + puma (~> 7.2) puma-metrics rails (~> 8.1) rubocop (~> 1.0)