Skip to content

Commit 9fb7871

Browse files
committed
Require ruby >=3.0
Although we don't technically require it, we should match what smart-proxy itself needs to prevent issues in CI.
1 parent 7569c69 commit 9fb7871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart_proxy_remote_execution_ssh.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
2121
gem.require_paths = ["lib"]
2222
gem.license = 'GPL-3.0-only'
2323

24-
gem.required_ruby_version = '>= 2.7.0'
24+
gem.required_ruby_version = '>= 3.0'
2525

2626
gem.add_development_dependency("rake", '~> 13.0')
2727
gem.add_development_dependency('minitest', '~> 5.23')

0 commit comments

Comments
 (0)