Skip to content

Commit be0c032

Browse files
committed
Increase minimum ruby version
1 parent e44567a commit be0c032

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ssh_data (1.3.0)
4+
ssh_data (2.0.0)
55
base64 (~> 0.1)
66

77
GEM

lib/ssh_data/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHData
2-
VERSION = "1.3.0"
2+
VERSION = "2.0.0"
33
end

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 = ">= 3.1"
1313
s.files = Dir["./lib/**/*.rb"] + ["./LICENSE.md"]
1414

1515
s.add_dependency "base64", "~> 0.1"

0 commit comments

Comments
 (0)