From 60280151a4d09497fc5961f064f6dad856029bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:30:14 +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 | | --- | --- | --- | | [libxml-ruby](https://xml4r.github.io/libxml-ruby/) | `5.0.5` | `6.0.0` | | [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.218.0` | `1.219.0` | | [herb](https://github.com/marcoroth/herb) | `0.9.4` | `0.9.5` | | [puma](https://github.com/puma/puma) | `7.2.0` | `8.0.0` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.41.0` | `4.42.0` | Updates `libxml-ruby` from 5.0.5 to 6.0.0 Updates `aws-sdk-s3` from 1.218.0 to 1.219.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `herb` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/marcoroth/herb/releases) - [Commits](https://github.com/marcoroth/herb/compare/v0.9.4...v0.9.5) 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 `selenium-webdriver` from 4.41.0 to 4.42.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.41.0...selenium-4.42.0) --- updated-dependencies: - dependency-name: libxml-ruby dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: aws-sdk-s3 dependency-version: 1.219.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: herb dependency-version: 0.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: selenium-webdriver dependency-version: 4.42.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 199f55a40..c8342c41a 100644 --- a/Gemfile +++ b/Gemfile @@ -180,7 +180,7 @@ group :test do gem "minitest" gem "minitest-focus", :require => false gem "minitest-mock" - gem "puma", "~> 7.1" + gem "puma", "~> 8.0" gem "rails-controller-testing" gem "rubocop" gem "rubocop-capybara" diff --git a/Gemfile.lock b/Gemfile.lock index 93ffb3c90..bdde9dcd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM autoprefixer-rails (10.4.21.0) execjs (~> 2) aws-eventstream (1.4.0) - aws-partitions (1.1233.0) + aws-partitions (1.1237.0) aws-sdk-core (3.244.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -136,7 +136,7 @@ GEM aws-sdk-kms (1.123.0) aws-sdk-core (~> 3, >= 3.244.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.218.0) + aws-sdk-s3 (1.219.0) aws-sdk-core (~> 3, >= 3.244.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -155,7 +155,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (4.1.0) + bigdecimal (4.1.1) bindata (2.5.1) binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) @@ -339,7 +339,7 @@ GEM hashdiff (1.2.1) hashie (5.1.0) logger - herb (0.9.4) + herb (0.9.5) highline (3.1.2) reline htmlentities (4.4.2) @@ -404,7 +404,7 @@ GEM kramdown (~> 2.0) language_server-protocol (3.17.0.5) libv8-node (24.12.0.1) - libxml-ruby (5.0.5) + libxml-ruby (6.0.0) lint_roller (1.1.0) listen (3.10.0) logger @@ -709,7 +709,7 @@ GEM date stringio public_suffix (7.0.5) - puma (7.2.0) + puma (8.0.0) nio4r (~> 2.0) quad_tile (1.0.1) racc (1.8.1) @@ -840,7 +840,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) securerandom (0.4.1) - selenium-webdriver (4.41.0) + selenium-webdriver (4.42.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -995,7 +995,7 @@ DEPENDENCIES opentelemetry-sdk overcommit pg - puma (~> 7.1) + puma (~> 8.0) quad_tile (~> 1.0.1) rack-cors rack-uri_sanitizer -- 2.39.5