From 9b78fdb7a4c93af566f0aff26a60ce95294268e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:59:46 -0600 Subject: [PATCH 1/4] Bump chartkick from 5.2.0 to 5.2.1 (#339) Bumps [chartkick](https://github.com/ankane/chartkick) from 5.2.0 to 5.2.1. - [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/chartkick/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: chartkick dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0cab7364..063327c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM capybara (>= 2.4, < 4.0) mail cgi (0.5.0) - chartkick (5.2.0) + chartkick (5.2.1) childprocess (5.1.0) logger (~> 1.5) concurrent-ruby (1.3.5) From 4254351549d17bb62ced3ce8cd67ebb3e90427f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:59:58 -0600 Subject: [PATCH 2/4] Bump aws-sdk-lambda from 1.160.0 to 1.161.0 (#338) Bumps [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) from 1.160.0 to 1.161.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-lambda/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-lambda dependency-version: 1.161.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 063327c9..a1f892d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1165.0) + aws-partitions (1.1172.0) aws-sdk-core (3.233.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) @@ -94,7 +94,7 @@ GEM aws-sdk-kms (1.113.0) aws-sdk-core (~> 3, >= 3.231.0) aws-sigv4 (~> 1.5) - aws-sdk-lambda (1.160.0) + aws-sdk-lambda (1.161.0) aws-sdk-core (~> 3, >= 3.231.0) aws-sigv4 (~> 1.5) aws-sdk-s3 (1.199.1) @@ -116,7 +116,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.2.3) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) From 2101a6c94c6fe7a8d37ce875cccdeb0575e5fbbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:00:20 -0600 Subject: [PATCH 3/4] Bump selenium-webdriver from 4.35.0 to 4.36.0 (#333) Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.35.0 to 4.36.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.35.0...selenium-4.36.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d4f78f85..2551033c 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ group :test do gem "factory_bot_rails", "~> 6.5" gem "capybara" gem "capybara-email" - gem "selenium-webdriver", "~> 4.11" + gem "selenium-webdriver", "~> 4.36" end gem "bcrypt", "~> 3.1" diff --git a/Gemfile.lock b/Gemfile.lock index a1f892d8..f8f2412e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - prism (1.5.1) + prism (1.4.0) propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -371,7 +371,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.4.2) + rexml (3.4.4) rouge (4.6.0) rspec (3.13.1) rspec-core (~> 3.13.0) @@ -420,9 +420,11 @@ GEM ruby2_keywords (0.0.5) rubyzip (3.1.1) securerandom (0.4.1) - selenium-webdriver (4.35.0) + selenium-webdriver (4.36.0) base64 (~> 0.2) + json (<= 2.13.2) logger (~> 1.4) + prism (~> 1.0, < 1.5) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) @@ -552,7 +554,7 @@ DEPENDENCIES rspec-rails (~> 8.0) ruby-lsp (~> 0.26) rubyzip - selenium-webdriver (~> 4.11) + selenium-webdriver (~> 4.36) shoulda (~> 4.0) shoulda-matchers (~> 4.5) simplecov From 1bcaf1ce5e02fb130fca9cd1254e662fd2519fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:04:49 -0600 Subject: [PATCH 4/4] Bump solid_cache from 1.0.7 to 1.0.8 (#335) Bumps [solid_cache](https://github.com/rails/solid_cache) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/rails/solid_cache/releases) - [Commits](https://github.com/rails/solid_cache/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: solid_cache dependency-version: 1.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Kacenjar --- Gemfile.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f8f2412e..7d55f8d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,14 +184,14 @@ GEM dry-inflector (~> 1.0) dry-logic (~> 1.4) zeitwerk (~> 2.6) - erb (5.0.2) + erb (5.0.3) erubi (1.13.1) factory_bot (6.5.5) activesupport (>= 6.1.0) factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) - globalid (1.2.1) + globalid (1.3.0) activesupport (>= 6.1) grape (2.4.0) activesupport (>= 6.1) @@ -246,7 +246,7 @@ GEM marcel (1.1.0) matrix (0.4.3) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.26.0) msgpack (1.8.0) multi_xml (0.7.2) bigdecimal (~> 3.1) @@ -299,7 +299,7 @@ GEM pg (1.6.2-x86_64-darwin) pg (1.6.2-x86_64-linux) pg (1.6.2-x86_64-linux-musl) - pp (0.6.2) + pp (0.6.3) prettyprint prettyprint (0.2.0) prism (1.4.0) @@ -314,7 +314,7 @@ GEM puma (7.0.4) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.1) + rack (3.2.2) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -360,9 +360,10 @@ GEM rake (13.3.0) rbs (3.9.4) logger - rdoc (6.14.2) + rdoc (6.15.0) erb psych (>= 4.0.0) + tsort regexp_parser (2.11.3) reline (0.6.2) io-console (~> 0.5) @@ -441,7 +442,7 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) smarter_csv (1.14.4) - solid_cache (1.0.7) + solid_cache (1.0.8) activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) @@ -483,7 +484,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.0.3) + uri (1.0.4) useragent (0.16.11) view_component (4.0.2) activesupport (>= 7.1.0, < 8.1)