Skip to content

Commit 6f53eb1

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-7
2 parents 549b621 + e35241b commit 6f53eb1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

lib/sshkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHKit
2-
VERSION = "1.25.0".freeze
2+
VERSION = "1.25.1".freeze
33
end

sshkit.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Gem::Specification.new do |gem|
1010
gem.homepage = "http://github.com/capistrano/sshkit"
1111
gem.license = "MIT"
1212
gem.metadata = {
13-
"changelog_uri" => "https://github.com/capistrano/sshkit/releases"
13+
"changelog_uri" => "https://github.com/capistrano/sshkit/releases",
14+
"rubygems_mfa_required" => "true"
1415
}
1516

1617
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)