Skip to content

Commit

Permalink
bumping version of net-ssh to 2.9.4 to allow for :number_of_password_…
Browse files Browse the repository at this point in the history
…prompts option, being more explicit about net-scp 1.2.1 (#111)
  • Loading branch information
chorankates authored Sep 21, 2017
1 parent 5e5469f commit bd498b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ source 'https://rubygems.org'

gem 'json'
gem 'log4r', '~> 1.1.9'
gem 'net-scp'
gem 'net-ssh'
gem 'net-scp', '= 1.2.1'
gem 'net-ssh', '= 2.9.4'
gem 'rake', '= 10.4.2'

group :development do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
multi_json (1.10.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
net-ssh (2.9.4)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
parser (2.3.3.0)
Expand Down Expand Up @@ -89,8 +89,8 @@ DEPENDENCIES
fog (= 1.24.0)
json
log4r (~> 1.1.9)
net-scp
net-ssh
net-scp (= 1.2.1)
net-ssh (= 2.9.4)
rake (= 10.4.2)
reek (= 3.10.2)
test-unit (~> 3.0.0)
Expand All @@ -99,4 +99,4 @@ RUBY VERSION
ruby 2.0.0p648

BUNDLED WITH
1.13.6
1.15.4

0 comments on commit bd498b0

Please sign in to comment.