Skip to content

Commit

Permalink
Merge pull request #188 from anaynayak/dependabot/bundler/webrick-gte…
Browse files Browse the repository at this point in the history
…-1.8.1-and-lt-1.10.0

Update webrick requirement from ~> 1.8.1 to >= 1.8.1, < 1.10.0
  • Loading branch information
anaynayak authored Dec 30, 2024
2 parents fc07262 + a8b03a3 commit 1794f55
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 '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'
s.add_runtime_dependency 'webrick', '>= 1.8.1', '< 1.10.0'
s.add_runtime_dependency 'aws-sdk-ec2', '>= 1.65', '< 1.432'

s.required_ruby_version = '>= 3.0.0'
Expand Down

0 comments on commit 1794f55

Please sign in to comment.