From ba0d89c8213d21e73cb50c63c745b914f425a98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 13:02:10 +0000 Subject: [PATCH] chore(deps): update activesupport requirement from ~> 7.0 to >= 7, < 9 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.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.0...v8.0.2.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 8.0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cyclonedx-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclonedx-ruby.gemspec b/cyclonedx-ruby.gemspec index 087712e..7b7408d 100644 --- a/cyclonedx-ruby.gemspec +++ b/cyclonedx-ruby.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.add_dependency('nokogiri', '~> 1.15') spec.add_dependency('ostruct', '~> 0.5.5') spec.add_dependency('rest-client', '~> 2.0') - spec.add_dependency('activesupport', '~> 7.0') + spec.add_dependency('activesupport', '>= 7', '< 9') spec.add_development_dependency 'rake', '~> 13' spec.add_development_dependency 'rspec', '~> 3.12' spec.add_development_dependency 'cucumber', '~> 8.0'