From 95716560a0f80ff7d28d03450e06a02c87b3a156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 10:35:28 +0000 Subject: [PATCH] chore(deps): update activesupport requirement from ~> 7.1.5 to ~> 7.2.2 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.5.1...v7.2.2.2) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 ++++++++++------------ github-markup.gemspec | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ff1afeec..1edcb39c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,32 +15,31 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.4) - activesupport (7.1.5.1) + activesupport (7.2.2.2) 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) logger (>= 1.4.2) minitest (>= 5.1) - mutex_m securerandom (>= 0.3) - tzinfo (~> 2.0) + tzinfo (~> 2.0, >= 2.0.5) asciidoctor (2.0.23) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.3.1) builder (3.3.0) cgi (0.4.2) charlock_holmes (0.7.9) concurrent-ruby (1.3.5) - connection_pool (2.5.0) + connection_pool (2.5.4) crass (1.0.6) creole (0.5.0) date (3.4.1) - drb (2.2.1) + drb (2.2.3) expression_parser (0.9.0) github-linguist (9.1.0) cgi @@ -57,7 +56,6 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.9) minitest (5.25.5) - mutex_m (0.3.0) nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -92,7 +90,7 @@ GEM sanitize (6.1.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) - securerandom (0.3.2) + securerandom (0.4.1) stringio (3.1.6) tdiff (0.4.0) twitter-text (1.14.7) @@ -119,7 +117,7 @@ PLATFORMS DEPENDENCIES RedCloth - activesupport (~> 7.1.5) + activesupport (~> 7.2.2) asciidoctor (~> 2.0.5) commonmarker! creole (~> 0.5.0) diff --git a/github-markup.gemspec b/github-markup.gemspec index 4329a901..36ab7e0f 100644 --- a/github-markup.gemspec +++ b/github-markup.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.require_paths = %w[lib] s.add_development_dependency 'rake', '~> 12' - s.add_development_dependency 'activesupport', '~> 7.1.5' + s.add_development_dependency 'activesupport', '~> 7.2.2' s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3' s.add_development_dependency 'html-pipeline', '~> 1.0' s.add_development_dependency 'sanitize', '>= 4.6.3'