diff --git a/Gemfile.lock b/Gemfile.lock index b498ba0..e1bc6ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,28 +2,29 @@ PATH remote: . specs: crypto_yellowme (0.4.0) - activemodel (~> 5.2) - activesupport (~> 5.0) + activemodel (>= 5.2) + activesupport (>= 5.0) bcrypt (~> 3.1.7) GEM remote: https://rubygems.org/ specs: - activemodel (5.2.4.1) - activesupport (= 5.2.4.1) - activesupport (5.2.4.1) + activemodel (6.0.3.2) + activesupport (= 6.0.3.2) + activesupport (6.0.3.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - bcrypt (3.1.13) - concurrent-ruby (1.1.5) + zeitwerk (~> 2.2, >= 2.2.2) + bcrypt (3.1.15) + concurrent-ruby (1.1.7) diff-lcs (1.3) docile (1.3.2) - i18n (1.7.0) + i18n (1.8.5) concurrent-ruby (~> 1.0) json (2.2.0) - minitest (5.13.0) + minitest (5.14.1) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -43,8 +44,9 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) thread_safe (0.3.6) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) + zeitwerk (2.4.0) PLATFORMS ruby