Skip to content

Commit

Permalink
Version bump + new sshkit requirement in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Oct 16, 2018
1 parent 555a0a0 commit b0bfa4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions capistrano-secrets-yml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Gem::Specification.new do |gem|

gem.license = 'MIT'

gem.add_dependency 'capistrano', '~> 3.10'
gem.add_dependency 'sshkit', '~> 1.15'

gem.add_dependency 'capistrano', '>= 3.10'
gem.add_dependency 'sshkit', '>= 1.17.0'
gem.add_development_dependency 'rake', '~> 12.3'
end
2 changes: 1 addition & 1 deletion lib/capistrano/secrets_yml/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module SecretsYml
VERSION = "1.1.1"
VERSION = '1.2.1'
end
end

0 comments on commit b0bfa4b

Please sign in to comment.