From 79396632b1953a66819c1020410e7472c1657c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:11:26 +0000 Subject: [PATCH] Bump the bundler-minor-patch group across 1 directory with 7 updates Bumps the bundler-minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [thruster](https://github.com/basecamp/thruster) | `0.1.21` | `0.1.23` | | [solid_queue](https://github.com/rails/solid_queue) | `1.4.0` | `1.6.0` | | [solid_cable](https://github.com/rails/solid_cable) | `4.0.0` | `4.0.2` | | [google-apis-youtube_v3](https://github.com/googleapis/google-api-ruby-client) | `0.65.0` | `0.67.0` | | [google-apis-youtube_analytics_v2](https://github.com/googleapis/google-api-ruby-client) | `0.18.0` | `0.19.0` | | [ruby-lsp](https://github.com/Shopify/ruby-lsp) | `0.26.9` | `0.26.10` | | [appsignal](https://github.com/appsignal/appsignal-ruby) | `4.8.6` | `4.9.1` | Updates `thruster` from 0.1.21 to 0.1.23 - [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md) - [Commits](https://github.com/basecamp/thruster/compare/v0.1.21...v0.1.23) Updates `solid_queue` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](https://github.com/rails/solid_queue/compare/v1.4.0...v1.6.0) Updates `solid_cable` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/rails/solid_cable/releases) - [Commits](https://github.com/rails/solid_cable/compare/v4.0.0...v4.0.2) Updates `google-apis-youtube_v3` from 0.65.0 to 0.67.0 - [Release notes](https://github.com/googleapis/google-api-ruby-client/releases) - [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-youtube_v3/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-ruby-client/commits) Updates `google-apis-youtube_analytics_v2` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/googleapis/google-api-ruby-client/releases) - [Changelog](https://github.com/googleapis/google-api-ruby-client/blob/main/generated/google-apis-youtube_analytics_v2/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-ruby-client/compare/0.18.0...0.19.0) Updates `ruby-lsp` from 0.26.9 to 0.26.10 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.26.9...v0.26.10) Updates `appsignal` from 4.8.6 to 4.9.1 - [Changelog](https://github.com/appsignal/appsignal-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/appsignal/appsignal-ruby/compare/v4.8.6...v4.9.1) --- updated-dependencies: - dependency-name: appsignal dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor-patch - dependency-name: google-apis-youtube_analytics_v2 dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor-patch - dependency-name: google-apis-youtube_v3 dependency-version: 0.67.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor-patch - dependency-name: ruby-lsp dependency-version: 0.26.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-minor-patch - dependency-name: solid_cable dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-minor-patch - dependency-name: solid_queue dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-minor-patch - dependency-name: thruster dependency-version: 0.1.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-minor-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 8 +++---- Gemfile.lock | 68 +++++++++++++++++++++++++--------------------------- 2 files changed, 37 insertions(+), 39 deletions(-) diff --git a/Gemfile b/Gemfile index 54e4ee00..fad2549f 100644 --- a/Gemfile +++ b/Gemfile @@ -17,13 +17,13 @@ gem "bootsnap", "~> 1.24", require: false # surfaces (per-IP buckets). Backed by the Rails cache store. # Solid* gems — Postgres-backed queue, cache, and cable -gem "solid_queue", "~> 1.4" +gem "solid_queue", "~> 1.6" gem "solid_cache", "~> 1.0" gem "solid_cable", "~> 4.0" # YouTube APIs -gem "google-apis-youtube_v3", "~> 0.65" -gem "google-apis-youtube_analytics_v2", "~> 0.18" +gem "google-apis-youtube_v3", "~> 0.67" +gem "google-apis-youtube_analytics_v2", "~> 0.19" # google-apis-core (1.1.0+) requires multi_json at runtime but no longer declares # it, so the 0.65 bump drops it from the lock and the bundle fails to load # ("multi_json is not part of the bundle"). Pin it explicitly to keep it present. @@ -95,4 +95,4 @@ gem "countries", "~> 8.1" # AppSignal APM / error tracking / log forwarding. Inert unless the app runs # in production WITH an APPSIGNAL_PUSH_API_KEY in the environment — keyless # self-hosters, dev, and test boot exactly as before (see config/appsignal.rb). -gem "appsignal", "~> 4.8" +gem "appsignal", "~> 4.9" diff --git a/Gemfile.lock b/Gemfile.lock index 0366e0b8..61a88c2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM uri (>= 0.13.1) addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) - appsignal (4.8.6) + appsignal (4.9.1) logger rack (>= 2.0.0) ast (2.4.3) @@ -94,7 +94,7 @@ GEM bundler (>= 1.2.0) thor (~> 1.0) coderay (1.1.3) - concurrent-ruby (1.3.7) + concurrent-ruby (1.3.8) connection_pool (3.0.2) countries (8.1.0) unaccent (~> 0.3) @@ -110,9 +110,9 @@ GEM diff-lcs (1.6.2) docile (1.4.1) drb (2.2.3) - erb (6.0.4) + erb (6.0.6) erubi (1.13.1) - et-orbi (1.4.0) + et-orbi (1.4.1) tzinfo factory_bot (6.5.6) activesupport (>= 6.1.0) @@ -141,28 +141,29 @@ GEM ffi (1.17.4-arm-linux-musl) ffi (1.17.4-x86_64-linux-gnu) ffi (1.17.4-x86_64-linux-musl) - fugit (1.12.1) + fugit (1.13.0) et-orbi (~> 1.4) raabro (~> 1.4) - globalid (1.3.0) + globalid (1.4.0) activesupport (>= 6.1) - google-apis-core (1.1.0) - addressable (~> 2.8, >= 2.8.7) + google-apis-core (1.2.5) + addressable (~> 2.9) faraday (~> 2.13) faraday-follow_redirects (~> 0.3) googleauth (~> 1.14) mini_mime (~> 1.1) + multi_json (~> 1.11) representable (~> 3.0) - retriable (~> 3.1) - google-apis-youtube_analytics_v2 (0.18.0) + retriable (>= 3.1, < 5.0) + google-apis-youtube_analytics_v2 (0.19.0) google-apis-core (>= 0.15.0, < 2.a) - google-apis-youtube_v3 (0.65.0) + google-apis-youtube_v3 (0.67.0) google-apis-core (>= 0.15.0, < 2.a) - google-cloud-env (2.3.1) + google-cloud-env (2.4.0) base64 (~> 0.2) faraday (>= 1.0, < 3.a) google-logging-utils (0.2.0) - googleauth (1.17.0) + googleauth (1.17.3) faraday (>= 1.0, < 3.a) google-cloud-env (~> 2.2) google-logging-utils (~> 0.1) @@ -186,10 +187,10 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.20.0) + json (2.21.2) jwt (3.2.0) base64 - language_server-protocol (3.17.0.5) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) logger (1.7.0) loofah (2.25.2) @@ -289,13 +290,10 @@ GEM pry-rails (0.3.11) pry (>= 0.13.0) pstore (0.2.1) - psych (5.4.0) - date - stringio public_suffix (7.0.5) puma (8.0.2) nio4r (~> 2.0) - raabro (1.4.0) + raabro (1.5.0) racc (1.8.1) rack (3.2.6) rack-protection (4.2.1) @@ -341,13 +339,14 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.4.2) - rbs (4.0.2) + rbs (4.1.2) logger prism (>= 1.6.0) tsort - rdoc (7.2.0) + rdoc (8.0.0) erb - psych (>= 4.0.0) + prism (>= 1.6.0) + rbs (>= 4.0.0) tsort regexp_parser (2.12.0) reline (0.6.3) @@ -356,7 +355,7 @@ GEM declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - retriable (3.8.0) + retriable (4.2.0) rexml (3.4.4) rotp (6.3.0) rspec-core (3.13.6) @@ -404,7 +403,7 @@ GEM rubocop (>= 1.72) rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) - ruby-lsp (0.26.9) + ruby-lsp (0.26.10) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 5) @@ -428,7 +427,7 @@ GEM snaky_hash (2.0.5) hashie (>= 0.1.0, < 6) version_gem (>= 1.1.8, < 3) - solid_cable (4.0.0) + solid_cable (4.0.2) actioncable (>= 7.2) activejob (>= 7.2) activerecord (>= 7.2) @@ -437,7 +436,7 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - solid_queue (1.4.0) + solid_queue (1.6.0) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) @@ -446,7 +445,6 @@ GEM thor (>= 1.3.1) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.2.0) tailwindcss-rails (4.6.0) railties (>= 7.0.0) tailwindcss-ruby (~> 4.0) @@ -456,9 +454,9 @@ GEM tailwindcss-ruby (4.3.1-x86_64-linux-gnu) tailwindcss-ruby (4.3.1-x86_64-linux-musl) thor (1.5.0) - thruster (0.1.21) - thruster (0.1.21-aarch64-linux) - thruster (0.1.21-x86_64-linux) + thruster (0.1.23) + thruster (0.1.23-aarch64-linux) + thruster (0.1.23-x86_64-linux) timeout (0.6.1) trailblazer-option (0.1.2) tsort (0.2.0) @@ -488,7 +486,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.8.2) + zeitwerk (2.8.3) PLATFORMS aarch64-linux @@ -501,7 +499,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - appsignal (~> 4.8) + appsignal (~> 4.9) bootsnap (~> 1.24) brakeman (~> 8.0) bundler-audit (~> 0.9) @@ -510,8 +508,8 @@ DEPENDENCIES factory_bot_rails (~> 6.5) faker (~> 3.8) ferrum (~> 0.17) - google-apis-youtube_analytics_v2 (~> 0.18) - google-apis-youtube_v3 (~> 0.65) + google-apis-youtube_analytics_v2 (~> 0.19) + google-apis-youtube_v3 (~> 0.67) image_processing (~> 2.0) importmap-rails (~> 2.1) multi_json (~> 1.15) @@ -533,7 +531,7 @@ DEPENDENCIES simplecov (~> 0.22) solid_cable (~> 4.0) solid_cache (~> 1.0) - solid_queue (~> 1.4) + solid_queue (~> 1.6) stimulus-rails (~> 1.3) tailwindcss-rails (~> 4.6) thruster (~> 0.1)