summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-02-07 10:36:50 +0200
committerSaku Ytti <saku@ytti.fi>2014-02-07 10:36:50 +0200
commit028bada99a02f2bc9b5b4409f09715ca49858675 (patch)
tree716c4f118321cfadbf3c89f375329e44a4039aa3 /Gemfile.lock
parentf2acb9455edae1bc1c80de28af2362da9da206bf (diff)
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.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock34
1 files changed, 17 insertions, 17 deletions
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