diff --git a/Gemfile.lock b/Gemfile.lock index e26e447..3f219d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,27 +8,30 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3) - activesupport (= 7.1.3) - activesupport (7.1.3) + activemodel (7.2.3.1) + activesupport (= 7.2.3.1) + activesupport (7.2.3.1) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) - minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + logger (>= 1.4.2) + minitest (>= 5.1, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) appraisal (1.0.3) bundler rake thor (>= 0.14.0) ast (2.4.2) base64 (0.3.0) + benchmark (0.5.0) bigdecimal (4.1.2) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -42,6 +45,7 @@ GEM i18n (1.14.8) concurrent-ruby (~> 1.0) json (2.7.1) + logger (1.7.0) mini_portile2 (2.8.5) minitest (5.14.4) mutex_m (0.3.0) @@ -89,6 +93,7 @@ GEM rubocop (>= 0.90.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) + securerandom (0.4.1) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3)