diff --git a/sli/opstools/migration/83_context_right_migration/Gemfile.lock b/sli/opstools/migration/83_context_right_migration/Gemfile.lock index 5b465b595a7..3b229ad654b 100644 --- a/sli/opstools/migration/83_context_right_migration/Gemfile.lock +++ b/sli/opstools/migration/83_context_right_migration/Gemfile.lock @@ -1,17 +1,23 @@ 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.0) activesupport bson_ext (1.8.0) bson (~> 1.8.0) - i18n (0.6.1) + concurrent-ruby (1.2.2) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.18.0) mongo (1.8.0) bson (~> 1.8.0) - multi_json (1.4.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby