Skip to content

Commit 9adb36c

Browse files
committed
Update to supported Ruby.
1 parent e048979 commit 9adb36c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.1.1
1+
ruby 3.3.11

rake_ssh.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3434
spec.require_paths = ['lib']
3535

36-
spec.required_ruby_version = '>= 3.1'
36+
spec.required_ruby_version = '>= 3.3'
3737

3838
spec.add_dependency 'colored2', '~> 3.1'
3939
spec.add_dependency 'rake_factory', '~> 0.33'

0 commit comments

Comments
 (0)