diff --git a/apps/grape/Gemfile.lock b/apps/grape/Gemfile.lock index 49f0977..272ece1 100644 --- a/apps/grape/Gemfile.lock +++ b/apps/grape/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.0.0.1) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) axiom-types (0.1.1) descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) @@ -13,7 +13,7 @@ GEM builder (3.2.2) coercible (1.0.0) descendants_tracker (~> 0.0.1) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) equalizer (0.0.11) @@ -28,9 +28,10 @@ GEM rack-accept virtus (>= 1.0.0) hashie (3.4.6) - i18n (0.7.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) ice_nine (0.11.2) - minitest (5.10.1) + minitest (5.16.2) multi_json (1.12.1) multi_xml (0.6.0) mustermann (0.4.0) @@ -40,10 +41,10 @@ GEM rack (2.0.1) rack-accept (0.4.5) rack (>= 0.4) - thread_safe (0.3.5) + thread_safe (0.3.6) tool (0.2.3) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0)