From 028bada99a02f2bc9b5b4409f09715ca49858675 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Fri, 7 Feb 2014 10:36:50 +0200 Subject: Ignore ssh keys, change input exceptions Now input ssh has configuration secure which is false by default, meaning we don't care about changing keys. It breaks ssh security model but rancid does it too. Also input models error handling is now mostly moved to node.rb for centralized handling + logging. With input models only defining which errors they want to receover from. --- Gemfile.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index e1cc091..53f4caf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,31 +1,31 @@ GEM remote: https://rubygems.org/ specs: - coderay (1.0.9) - diff-lcs (1.2.3) + coderay (1.1.0) + diff-lcs (1.2.4) grit (2.5.0) diff-lcs (~> 1.1) mime-types (~> 1.15) posix-spawn (~> 0.3.6) - method_source (0.8.1) - mime-types (1.22) - net-ssh (2.6.7) + method_source (0.8.2) + mime-types (1.25) + net-ssh (2.7.0) posix-spawn (0.3.6) - pry (0.9.12) - coderay (~> 1.0.5) + pry (0.9.12.3) + coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) - rspec (2.13.0) - rspec-core (~> 2.13.0) - rspec-expectations (~> 2.13.0) - rspec-mocks (~> 2.13.0) - rspec-core (2.13.1) - rspec-expectations (2.13.0) + rspec (2.14.1) + rspec-core (~> 2.14.0) + rspec-expectations (~> 2.14.0) + rspec-mocks (~> 2.14.0) + rspec-core (2.14.7) + rspec-expectations (2.14.4) diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.13.1) - sequel (3.46.0) - slop (3.4.4) - sqlite3 (1.3.7) + rspec-mocks (2.14.4) + sequel (4.4.0) + slop (3.4.7) + sqlite3 (1.3.8) PLATFORMS ruby -- cgit v1.2.1