diff --git a/Gemfile.lock b/Gemfile.lock index 5733253..becf4b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,20 +8,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (8.0.2.1) - activesupport (= 8.0.2.1) - activerecord (8.0.2.1) - activemodel (= 8.0.2.1) - activesupport (= 8.0.2.1) + activemodel (8.1.0) + activesupport (= 8.1.0) + activerecord (8.1.0) + activemodel (= 8.1.0) + activesupport (= 8.1.0) timeout (>= 0.4.0) - activesupport (8.0.2.1) + activesupport (8.1.0) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) minitest (>= 5.1) securerandom (>= 0.3) @@ -29,13 +29,12 @@ GEM uri (>= 0.13.1) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.3.1) bundler-audit (0.9.2) bundler (>= 1.2.0, < 3) thor (~> 1.0) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) drb (2.2.3) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -95,9 +94,9 @@ GEM sqlite3 (2.7.3-x86-linux-gnu) sqlite3 (2.7.3-x86_64-darwin) sqlite3 (2.7.3-x86_64-linux-gnu) - temping (4.3.0) - activerecord (>= 6.0, < 8.1) - activesupport (>= 6.0, < 8.1) + temping (4.4.0) + activerecord (>= 6.0, < 8.2) + activesupport (>= 6.0, < 8.2) thor (1.4.0) timeout (0.4.3) tzinfo (2.0.6) @@ -105,7 +104,7 @@ GEM unicode-display_width (3.1.5) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - uri (1.0.3) + uri (1.0.4) PLATFORMS aarch64-linux