From cd9a09d1c7bc2cdb877994cb3c486a5fd7be7115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:04:44 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [strong_migrations](https://github.com/ankane/strong_migrations), [connection_pool](https://github.com/mperham/connection_pool), [timeout](https://github.com/ruby/timeout) and [debug](https://github.com/ruby/debug). Updates `strong_migrations` from 2.5.1 to 2.5.2 - [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/strong_migrations/compare/v2.5.1...v2.5.2) Updates `connection_pool` from 2.5.5 to 3.0.2 - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/v2.5.5...v3.0.2) Updates `timeout` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/ruby/timeout/releases) - [Commits](https://github.com/ruby/timeout/compare/v0.5.0...v0.6.0) Updates `debug` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: strong_migrations dependency-version: 2.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: connection_pool dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: timeout dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: debug dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index e5a316350..03622ecaf 100644 --- a/Gemfile +++ b/Gemfile @@ -114,7 +114,7 @@ gem "maxminddb" gem "rotp" # Load memcache client in case we are using it -gem "connection_pool", "< 3.0.0" +gem "connection_pool", "< 4.0.0" gem "dalli" # Load canonical-rails to generate canonical URLs diff --git a/Gemfile.lock b/Gemfile.lock index faf052cf7..382dc90e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM config (5.6.1) deep_merge (~> 1.2, >= 1.2.1) ostruct - connection_pool (2.5.5) + connection_pool (3.0.2) cork (0.3.0) colored2 (~> 3.1) crack (1.0.1) @@ -216,8 +216,8 @@ GEM sprockets (> 3.0) sprockets-rails tilt - date (3.5.0) - debug (1.11.0) + date (3.5.1) + debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) debug_inspector (1.2.0) @@ -273,7 +273,7 @@ GEM dry-initializer (~> 3.2) dry-schema (~> 1.14) zeitwerk (~> 2.6) - erb (6.0.0) + erb (6.0.1) erb_lint (0.9.0) activesupport better_html (>= 2.0.1) @@ -325,7 +325,7 @@ GEM reline htmlentities (4.4.2) http_accept_language (2.1.1) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) i18n-js (4.2.4) glob (>= 0.4.0) @@ -361,8 +361,8 @@ GEM inline_svg (1.10.0) activesupport (>= 3.0) nokogiri (>= 1.6) - io-console (0.8.1) - irb (1.15.3) + io-console (0.8.2) + irb (1.16.0) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -683,7 +683,7 @@ GEM process_executer (1.3.0) progress (3.6.0) pstore (0.2.0) - psych (5.2.6) + psych (5.3.1) date stringio public_suffix (7.0.0) @@ -753,7 +753,7 @@ GEM rb-inotify (0.11.1) ffi (~> 1.0) rchardet (1.10.0) - rdoc (6.16.1) + rdoc (7.0.2) erb psych (>= 4.0.0) tsort @@ -847,8 +847,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.9) - strong_migrations (2.5.1) + stringio (3.2.0) + strong_migrations (2.5.2) activerecord (>= 7.1) teaspoon (1.4.0) railties (>= 5.0) @@ -860,7 +860,7 @@ GEM execjs (>= 0.3.0, < 3) thor (1.4.0) tilt (2.6.1) - timeout (0.5.0) + timeout (0.6.0) tsort (0.2.0) turbo-rails (2.0.20) actionpack (>= 7.1.0) @@ -916,7 +916,7 @@ DEPENDENCIES canonical-rails! capybara (>= 2.15) config - connection_pool (< 3.0.0) + connection_pool (< 4.0.0) dalli danger danger-auto_label -- 2.39.5