diff --git a/Gemfile.lock b/Gemfile.lock index 8823333..5cdd43d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,9 +36,12 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 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.3.4) berkshelf (1.4.2) activesupport (>= 3.2.0) @@ -81,6 +84,7 @@ GEM ci_reporter (1.8.4) builder (>= 2.1.2) coderay (1.0.9) + concurrent-ruby (1.1.9) diff-lcs (1.2.4) erubis (2.7.0) excon (0.22.1) @@ -115,7 +119,8 @@ GEM httparty (0.11.0) multi_json (~> 1.0) multi_xml (>= 0.5.2) - i18n (0.6.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) ipaddress (0.8.0) json (1.7.7) kitchen-vagrant (0.9.0) @@ -135,7 +140,7 @@ GEM mixlib-config (1.1.2) mixlib-log (1.6.0) mixlib-shellout (1.1.0) - multi_json (1.7.4) + multi_json (1.15.0) multi_xml (0.5.3) multipart-post (1.2.0) net-http-persistent (2.8) @@ -210,10 +215,12 @@ GEM thor-foodcritic (0.2.0) foodcritic thor + thread_safe (0.3.6) timers (1.1.0) treetop (1.4.12) polyglot polyglot (>= 0.3.1) + tzinfo (0.3.60) yajl-ruby (1.1.0) PLATFORMS