diff --git a/Gemfile.lock b/Gemfile.lock index a4311026..e2565733 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,16 +18,28 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.7.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.2.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.9) coderay (1.1.3) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) diff-lcs (1.5.0) docile (1.4.0) + drb (2.2.1) dry-core (1.0.0) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) @@ -49,14 +61,15 @@ GEM dry-logic (~> 1.4) zeitwerk (~> 2.6) equatable (0.5.0) - factory_bot (6.2.1) - activesupport (>= 5.0.0) + factory_bot (6.5.1) + activesupport (>= 6.1.0) faker (3.1.1) i18n (>= 1.8.11, < 2) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (2.6.3) + logger (1.6.5) method_source (1.0.0) minitest (5.25.4) neatjson (0.10.5) @@ -116,6 +129,7 @@ GEM rubocop (~> 1.19) ruby-progressbar (1.13.0) rugged (1.7.2) + securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11)