diff --git a/Gemfile.lock b/Gemfile.lock index 098c884..cdc7dc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.5.1) - 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.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) aws-int-test-rspec-helper (0.0.2) aws-sdk (= 2.2.17) cfndsl (= 0.4.0) @@ -32,13 +31,15 @@ GEM term-ansicolor thor cfndsl (0.4.0) + concurrent-ruby (1.1.10) diff-lcs (1.2.5) docile (1.1.5) - i18n (0.7.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jmespath (1.1.3) - json (1.8.3) - json (1.8.3-java) - minitest (5.8.4) + json (1.8.6) + json (1.8.6-java) + minitest (5.16.2) rspec (3.4.0) rspec-core (~> 3.4.0) rspec-expectations (~> 3.4.0) @@ -63,12 +64,10 @@ GEM term-ansicolor (1.3.2) tins (~> 1.0) thor (0.19.1) - thread_safe (0.3.5) - thread_safe (0.3.5-java) tins (1.8.2) trollop (2.1.2) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS java