summaryrefslogtreecommitdiff
path: root/net-ssh.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'net-ssh.gemspec')
-rw-r--r--net-ssh.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index ee45c50..dcb832b 100644
--- a/net-ssh.gemspec
+++ b/net-ssh.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.}
spec.homepage = "https://github.com/net-ssh/net-ssh"
spec.license = "MIT"
- spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.6")
spec.metadata = {
"changelog_uri" => "https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt"
}