Skip to content

Commit

Permalink
Update optimist requirement from >= 3.0, < 3.2 to >= 3.0, < 3.3
Browse files Browse the repository at this point in the history
Updates the requirements on [optimist](https://github.com/ManageIQ/optimist) to permit the latest version.
- [Changelog](https://github.com/ManageIQ/optimist/blob/master/CHANGELOG.md)
- [Commits](ManageIQ/optimist@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: optimist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent bc2b403 commit c8f6085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_security_viz.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
end
s.add_runtime_dependency 'rexml', '~> 3.2', '>= 3.2.2'
s.add_runtime_dependency 'graphviz', '~> 1.1', '>= 1.1.0'
s.add_runtime_dependency 'optimist', '>= 3.0', '< 3.2'
s.add_runtime_dependency 'optimist', '>= 3.0', '< 3.3'
s.add_runtime_dependency 'organic_hash', '~> 1.0', '>= 1.0.2'
s.add_runtime_dependency 'rgl', '~> 0.5.3'
s.add_runtime_dependency 'webrick', '~> 1.8.1'
Expand Down

0 comments on commit c8f6085

Please sign in to comment.