diff --git a/Gemfile.lock b/Gemfile.lock index f6d8b27..c3eecd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,35 +7,40 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3.4) - activesupport (= 7.1.3.4) - activerecord (7.1.3.4) - activemodel (= 7.1.3.4) - activesupport (= 7.1.3.4) + activemodel (7.1.5.2) + activesupport (= 7.1.5.2) + activerecord (7.1.5.2) + activemodel (= 7.1.5.2) + activesupport (= 7.1.5.2) timeout (>= 0.4.0) - activesupport (7.1.3.4) + activesupport (7.1.5.2) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.8) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) byebug (11.1.3) - concurrent-ruby (1.3.3) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.3) diff-lcs (1.5.1) - drb (2.2.1) - i18n (1.14.5) + drb (2.2.3) + i18n (1.14.7) concurrent-ruby (~> 1.0) jaro_winkler (1.5.6) - minitest (5.24.1) - mutex_m (0.2.0) + logger (1.7.0) + minitest (5.25.5) + mutex_m (0.3.0) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) @@ -66,6 +71,7 @@ GEM rubocop-rspec (1.41.0) rubocop (>= 0.68.1) ruby-progressbar (1.13.0) + securerandom (0.4.1) shoulda-matchers (6.2.0) activesupport (>= 5.2.0) sqlite3 (1.7.3-aarch64-linux) @@ -74,7 +80,7 @@ GEM sqlite3 (1.7.3-x86-linux) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - timeout (0.4.1) + timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.6.1)