diff --git a/tools/odin/Gemfile.lock b/tools/odin/Gemfile.lock index bd4c219d368..cc608bfbf89 100644 --- a/tools/odin/Gemfile.lock +++ b/tools/odin/Gemfile.lock @@ -1,21 +1,26 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.9) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) bson (1.8.2) bson_ext (1.8.2) bson (~> 1.8.2) + concurrent-ruby (1.2.2) diff-lcs (1.1.3) equivalent-xml (0.3.0) nokogiri (>= 1.4.3) factory_girl (4.1.0) activesupport (>= 3.0.0) - i18n (0.6.1) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.18.0) mongo (1.8.2) bson (~> 1.8.2) - multi_json (1.4.0) + multi_json (1.15.0) mustache (0.99.4) nokogiri (1.5.5) rake (10.0.2) @@ -31,6 +36,8 @@ GEM multi_json (~> 1.0) simplecov-html (~> 0.7.1) simplecov-html (0.7.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby