diff --git a/test/Gemfile.lock b/test/Gemfile.lock index ab3c480..c25ed99 100644 --- a/test/Gemfile.lock +++ b/test/Gemfile.lock @@ -1,19 +1,18 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.1.4) - activesupport (= 5.1.4) - activerecord (5.1.4) - activemodel (= 5.1.4) - activesupport (= 5.1.4) - arel (~> 8.0) - activesupport (5.1.4) + activemodel (6.0.6.1) + activesupport (= 6.0.6.1) + activerecord (6.0.6.1) + activemodel (= 6.0.6.1) + activesupport (= 6.0.6.1) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - arel (8.0.0) - concurrent-ruby (1.0.5) + zeitwerk (~> 2.2, >= 2.2.2) + concurrent-ruby (1.1.10) i18n (0.9.3) concurrent-ruby (~> 1.0) minitest (5.11.3) @@ -33,8 +32,9 @@ GEM sinatra (>= 1.0) thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) + tzinfo (1.2.10) thread_safe (~> 0.1) + zeitwerk (2.6.6) PLATFORMS ruby