Skip to content

Commit 11414f8

Browse files
authored
Merge pull request #18 from jhawthorn/patch-1
Allow Ruby 3.0
2 parents 393d4b7 + c271f71 commit 11414f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh_data.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.homepage = "https://github.com/github/ssh_data"
1010
s.authors = ["mastahyeti"]
1111
s.email = "[email protected]"
12-
s.required_ruby_version = "~> 2.3"
12+
s.required_ruby_version = ">= 2.3"
1313
s.files = Dir["./lib/**/*.rb"] + ["./LICENSE.md"]
1414

1515
s.add_development_dependency "ed25519", "~> 1.2"

0 commit comments

Comments
 (0)