diff --git a/persistence/Gemfile.lock b/persistence/Gemfile.lock index 07db897..239c4ce 100644 --- a/persistence/Gemfile.lock +++ b/persistence/Gemfile.lock @@ -26,19 +26,19 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.0.0) - activesupport (= 6.0.0) - activerecord (6.0.0) - activemodel (= 6.0.0) - activesupport (= 6.0.0) - activesupport (6.0.0) + activemodel (6.1.3) + activesupport (= 6.1.3) + activerecord (6.1.3) + activemodel (= 6.1.3) + activesupport (= 6.1.3) + activesupport (6.1.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) diff-lcs (1.3) dotenv (2.7.5) dry-configurable (0.8.3) @@ -67,11 +67,11 @@ GEM dry-equalizer (~> 0.2, >= 0.2.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - i18n (1.7.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) ice_nine (0.11.2) method_source (0.9.2) - minitest (5.12.2) + minitest (5.14.4) pg (1.1.4) pry (0.12.2) coderay (~> 1.1.0) @@ -90,10 +90,9 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) - zeitwerk (2.2.0) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby