Skip to content

Commit

Permalink
SSHKit 1.7.0 breaks logging, so pin at >~ 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 2, 2015
1 parent f072a9e commit 7b97837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbrussh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "sshkit", ">= 1.6.1"
spec.add_dependency "sshkit", "~> 1.6.1"

spec.add_development_dependency "bundler", "~> 1.8"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 7b97837

Please sign in to comment.