Skip to content

Commit

Permalink
Update rgl requirement from ~> 0.5.3 to >= 0.5.3, < 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rgl](https://github.com/monora/rgl) to permit the latest version.
- [Release notes](https://github.com/monora/rgl/releases)
- [Changelog](https://github.com/monora/rgl/blob/master/ChangeLog)
- [Commits](monora/rgl@v0.5.3...v0.5.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2023
1 parent 07e6d29 commit 4bbba11
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 @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'graphviz', '~> 1.1', '>= 1.1.0'
s.add_runtime_dependency 'optimist', '~> 3.0.0'
s.add_runtime_dependency 'organic_hash', '~> 1.0', '>= 1.0.2'
s.add_runtime_dependency 'rgl', '~> 0.5.3'
s.add_runtime_dependency 'rgl', '>= 0.5.3', '< 0.7.0'
s.add_runtime_dependency 'aws-sdk-ec2', '>= 1.65', '< 1.199'

s.required_ruby_version = '>= 2.0.0'
Expand Down

0 comments on commit 4bbba11

Please sign in to comment.