Skip to content

Commit

Permalink
Avoid incompatibilties with old Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 5, 2024
1 parent 13d6a9a commit 0234e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +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_runtime_dependency('ostruct') if RUBY_VERSION >= "2.5"

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

0 comments on commit 0234e50

Please sign in to comment.