From 1a4a3f5dfbd7d1df2b732311a244a38366290fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:28:49 +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.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.5.1...v7.2.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 +++++------- github-markup.gemspec | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e738e4d..9c2a6b51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,19 +15,18 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.3.4) - activesupport (7.1.5.1) + activesupport (7.2.2.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) 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) @@ -57,7 +56,6 @@ GEM mini_mime (1.1.5) mini_portile2 (2.8.8) minitest (5.25.5) - mutex_m (0.3.0) nokogiri (1.18.7) 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'