diff --git a/sample/Gemfile.lock b/sample/Gemfile.lock index cffd5a20..25c3f8bd 100644 --- a/sample/Gemfile.lock +++ b/sample/Gemfile.lock @@ -1,12 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.6) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) aws-sdk (2.2.36) aws-sdk-resources (= 2.2.36) aws-sdk-core (2.2.36) @@ -14,18 +13,19 @@ GEM aws-sdk-resources (2.2.36) aws-sdk-core (= 2.2.36) colorize (0.7.7) + concurrent-ruby (1.1.10) github-markup (1.4.0) highline (1.7.8) - i18n (0.7.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) interactive-logger (0.1.1) colorize (~> 0.7.7) ruby-duration (~> 3.2, >= 3.2.1) - iso8601 (0.9.0) + iso8601 (0.13.0) jmespath (1.2.4) json_pure (>= 1.8.1) - json (1.8.3) json_pure (1.8.3) - minitest (5.8.4) + minitest (5.16.0) moonshot (0.7.0) aws-sdk (~> 2.2.0) colorize @@ -44,9 +44,8 @@ GEM iso8601 semantic (1.4.1) thor (0.19.1) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) vandamme (0.0.11) github-markup (~> 1.3) redcarpet (~> 3.3.2)