diff --git a/chef/public_cookbooks/chef-ssh-keys/Gemfile.lock b/chef/public_cookbooks/chef-ssh-keys/Gemfile.lock index 6c1c4fd..bd1904e 100644 --- a/chef/public_cookbooks/chef-ssh-keys/Gemfile.lock +++ b/chef/public_cookbooks/chef-ssh-keys/Gemfile.lock @@ -1,13 +1,17 @@ GEM remote: http://rubygems.org/ specs: - activemodel (3.2.9) - activesupport (= 3.2.9) - builder (~> 3.0.0) - activesupport (3.2.9) - i18n (~> 0.6) - multi_json (~> 1.0) - addressable (2.2.8) + activemodel (4.0.13) + activesupport (= 4.0.13) + builder (~> 3.1.0) + activesupport (4.0.13) + i18n (~> 0.6, >= 0.6.9) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) archive-tar-minitar (0.5.2) berkshelf (1.0.4) activesupport @@ -21,11 +25,10 @@ GEM thor (~> 0.16.0) vagrant (~> 1.0.5) yajl-ruby - builder (3.0.0) + builder (3.1.4) bunny (0.7.9) - celluloid (0.12.3) - facter (>= 1.6.12) - timers (>= 1.0.0) + celluloid (0.18.0) + timers (~> 4) chef (10.16.2) bunny (>= 0.6.0, < 0.8.0) erubis @@ -46,32 +49,35 @@ GEM yajl-ruby (~> 1.1) childprocess (0.3.6) ffi (~> 1.0, >= 1.0.6) - chozo (0.2.3) + chozo (0.6.1) activesupport (>= 3.2.0) - hashie + hashie (>= 2.0.2) multi_json (>= 1.3.0) + connection_pool (2.3.0) erubis (2.7.0) - facter (1.6.15) - faraday (0.8.1) - multipart-post (~> 1.1) + faraday (2.7.3) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) ffi (1.0.11) - hashie (1.2.0) + hashie (5.0.0) highline (1.6.15) - i18n (0.6.0) + i18n (0.6.11) ipaddress (0.8.0) - json (1.5.4) + json (1.5.5) log4r (1.1.10) mime-types (1.18) minitar (0.5.4) - mixlib-authentication (1.3.0) - mixlib-log + minitest (4.7.5) + mixlib-authentication (3.0.10) mixlib-cli (1.2.2) mixlib-config (1.1.2) - mixlib-log (1.4.1) + mixlib-log (3.0.9) mixlib-shellout (1.1.0) moneta (0.6.0) - multi_json (1.3.6) - multipart-post (1.1.5) + multi_json (1.15.0) + net-http-persistent (4.0.1) + connection_pool (~> 2.2) net-scp (1.0.4) net-ssh (>= 1.99.1) net-ssh (2.2.2) @@ -88,9 +94,10 @@ GEM systemu yajl-ruby polyglot (0.3.3) + public_suffix (5.0.1) rest-client (1.6.7) mime-types (>= 1.16) - ridley (0.5.2) + ridley (0.6.3) activemodel (>= 3.2.0) activesupport (>= 3.2.0) addressable @@ -102,15 +109,19 @@ GEM mixlib-authentication mixlib-log multi_json (>= 1.0.4) + net-http-persistent (>= 2.8) net-ssh + ruby2_keywords (0.0.5) solve (0.4.0.rc1) json systemu (2.5.2) thor (0.16.0) - timers (1.0.1) + thread_safe (0.3.6) + timers (4.3.5) treetop (1.4.10) polyglot polyglot (>= 0.3.1) + tzinfo (0.3.61) uuidtools (2.1.2) vagrant (1.0.5) archive-tar-minitar (= 0.5.2)