Skip to content

Commit

Permalink
Work around gem resolution error in legacy Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Apr 1, 2024
1 parent e7d5e3e commit 7a77776
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 @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = SSHKit::VERSION

gem.add_runtime_dependency('base64')
gem.add_runtime_dependency('base64') if RUBY_VERSION >= "2.4"
gem.add_runtime_dependency('mutex_m')
gem.add_runtime_dependency('net-ssh', '>= 2.8.0')
gem.add_runtime_dependency('net-scp', '>= 1.1.2')
Expand Down

0 comments on commit 7a77776

Please sign in to comment.