Skip to content

Commit

Permalink
Add ostruct dependency to fix warnings on Ruby 3.3.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 5, 2024
1 parent 892d5bf commit 13d6a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sshkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('net-ssh', '>= 2.8.0')
gem.add_runtime_dependency('net-scp', '>= 1.1.2')
gem.add_runtime_dependency('net-sftp', '>= 2.1.2')
gem.add_runtime_dependency('ostruct')

gem.add_development_dependency('danger')
gem.add_development_dependency('minitest', '>= 5.0.0')
Expand Down

0 comments on commit 13d6a9a

Please sign in to comment.