We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44567a commit be0c032Copy full SHA for be0c032
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ssh_data (1.3.0)
+ ssh_data (2.0.0)
5
base64 (~> 0.1)
6
7
GEM
lib/ssh_data/version.rb
@@ -1,3 +1,3 @@
module SSHData
- VERSION = "1.3.0"
+ VERSION = "2.0.0"
end
ssh_data.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
s.homepage = "https://github.com/github/ssh_data"
10
s.authors = ["mastahyeti"]
11
s.email = "opensource+ssh_data@github.com"
12
- s.required_ruby_version = ">= 2.3"
+ s.required_ruby_version = ">= 3.1"
13
s.files = Dir["./lib/**/*.rb"] + ["./LICENSE.md"]
14
15
s.add_dependency "base64", "~> 0.1"
0 commit comments