summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Wininger <florian@cyberwatch.fr>2021-07-04 22:11:38 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2021-07-04 22:17:25 +0200
commit5d3d6f62b9bc58774487ac6c382e0197d074f954 (patch)
treeb43845cedee5e87407cdd7e425317e26831a45d8
parentc1e9adf8605b591b7ed145305d01bd02275ca74d (diff)
downloadnet-ssh-5d3d6f62b9bc58774487ac6c382e0197d074f954.tar.gz
Drop old ruby version
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--net-ssh.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 110d46f..c383577 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby-version: [2.7.2, 2.6.6, 2.5.8, 2.4.10, 3.0.0]
+ ruby-version: [2.7.2, 2.6.6, 2.5.8, 3.0.1]
steps:
- uses: actions/checkout@v1
diff --git a/net-ssh.gemspec b/net-ssh.gemspec
index 14ade86..9fcd437 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.3")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5")
spec.metadata = {
"changelog_uri" => "https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt"
}