Skip to content

Commit

Permalink
Add base64 dep needed since ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Dec 30, 2024
1 parent ddc1aa1 commit ba725d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws_security_viz.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rgl', '~> 0.5.3'
s.add_runtime_dependency 'webrick', '>= 1.8.1', '< 1.10.0'
s.add_runtime_dependency 'aws-sdk-ec2', '>= 1.65', '< 1.499'
s.add_runtime_dependency 'base64', '~> 0.2.0'

s.required_ruby_version = '>= 3.0.0'
end
Expand Down

0 comments on commit ba725d6

Please sign in to comment.