From 1db05324f7c7b4acd16aedd6968435525b76ca7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:43:25 +0000 Subject: [PATCH] :arrow_up: Bump activesupport from 7.1.3.2 to 7.2.3.1 Bumps [activesupport](https://github.com/rails/rails) from 7.1.3.2 to 7.2.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.3.2...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 ++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index adf6f95..cd0fcd4 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem('array_utility', '~> 1.1') gem('mediawiki-butt', '~> 4.0') gem('octokit', '~> 8.1') gem('isgd', '~> 1.0') -gem('activesupport', '~> 7.1.3') +gem('activesupport', '~> 7.2.3') gem('activesupport-core-ext', '~> 4.0.0') gem('pastee', '~> 3.0') gem('urbandict', '~> 1.1') diff --git a/Gemfile.lock b/Gemfile.lock index 20fb078..cbd2567 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,27 @@ GEM remote: http://rubygems.org/ specs: - activesupport (7.1.3.2) + activesupport (7.2.3.1) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) activesupport-core-ext (4.0.0.3) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) array_utility (1.1.1) - base64 (0.2.0) - bigdecimal (3.1.6) - concurrent-ruby (1.2.3) - connection_pool (2.4.1) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) discordrb (3.5.0) discordrb-webhooks (~> 3.5.0) ffi (>= 1.9.24) @@ -29,8 +32,7 @@ GEM rest-client (>= 2.0.0) domain_name (0.6.20240107) dotenv (3.0.2) - drb (2.2.0) - ruby2_keywords + drb (2.2.3) event_emitter (0.2.6) faraday (2.9.0) faraday-net_http (>= 2.0, < 3.2) @@ -41,18 +43,18 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) httpclient (2.8.3) - i18n (1.14.1) + i18n (1.14.8) concurrent-ruby (~> 1.0) isgd (1.0.5) httpclient (~> 2.8) literate_randomizer (0.4.0) + logger (1.7.0) mediawiki-butt (4.0.1) patron (~> 0.13) mime-types (3.5.2) mime-types-data (~> 3.2015) mime-types-data (3.2024.0206) - minitest (5.22.2) - mutex_m (0.2.0) + minitest (5.27.0) net-http (0.4.1) uri netrc (0.11.0) @@ -72,10 +74,10 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - ruby2_keywords (0.0.5) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + securerandom (0.4.1) string-utility (3.0.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -92,7 +94,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 7.1.3) + activesupport (~> 7.2.3) activesupport-core-ext (~> 4.0.0) array_utility (~> 1.1) discordrb (~> 3.4)