Skip to content

Commit ba0d89c

Browse files
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](rails/rails@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] <[email protected]>
1 parent 1caed9d commit ba0d89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.add_dependency('nokogiri', '~> 1.15')
2727
spec.add_dependency('ostruct', '~> 0.5.5')
2828
spec.add_dependency('rest-client', '~> 2.0')
29-
spec.add_dependency('activesupport', '~> 7.0')
29+
spec.add_dependency('activesupport', '>= 7', '< 9')
3030
spec.add_development_dependency 'rake', '~> 13'
3131
spec.add_development_dependency 'rspec', '~> 3.12'
3232
spec.add_development_dependency 'cucumber', '~> 8.0'

0 commit comments

Comments
 (0)