Skip to content

Commit

Permalink
Add ostruct as dependency
Browse files Browse the repository at this point in the history
From ruby 3.5.0 forward ostruct won't be available by standard
  • Loading branch information
ytti authored and robertcheramy committed Jan 9, 2025
1 parent ae3e0cd commit aa89265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oxidized.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency 'net-scp', '~> 4.0'
s.add_dependency 'net-ssh', '~> 7.3'
s.add_dependency 'net-telnet', '~> 0.2'
s.add_dependency 'ostruct', '~> 0.6'
s.add_dependency 'psych', '~> 5.0'
s.add_dependency 'rugged', '~> 1.6'
s.add_dependency 'slop', '~> 4.6'
Expand Down

0 comments on commit aa89265

Please sign in to comment.